Proxy CredentialsTo Xml Method
Converts the proxy credentials to an XML element
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The proxy credentials settings in an XML element
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XElement ToXml()VB
Public Function ToXml As XElementC++
public:
XElement^ ToXml()F#
member ToXml : unit -> XElement Return Value
XElementThe 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.