ProxyCredentialsFromXml Method
Create a proxy credentials instance from an XML element
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public static ProxyCredentials FromXml(
XElement configuration
)
Public Shared Function FromXml (
configuration As XElement
) As ProxyCredentials
public:
static ProxyCredentials^ FromXml(
XElement^ configuration
)
static member FromXml :
configuration : XElement -> ProxyCredentials
- configuration XElement
- The XML element from which to obtain the settings
ProxyCredentialsA
ProxyCredentials object containing the settings from the XPath navigator
It should contain an element called proxyCredentials with two attributes
(useProxy and proxyServer) and a nested userCredentials element.