ProxyCredentialsToXml Method

Converts the proxy credentials to an XML element

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public XElement ToXml()

Return Value

XElement
The proxy credentials settings in an XML element

Remarks

The credentials are stored in an element called proxyCredentials with two attributes (useProxy and proxyServer) and a nested userCredentials element.

See Also