ProxyCredentialsToXml Method
Converts the proxy credentials to an XML element
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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.