ProxyCredentialsToXml Method
Converts the proxy credentials to an XML element
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
Public Function ToXml As XElement
public:
XElement^ ToXml()
member ToXml : unit -> XElement
Return Value
XElementThe proxy credentials settings in an XML element
The credentials are stored in an element called proxyCredentials with two attributes
(useProxy and proxyServer) and a nested userCredentials element.