Table of Contents

ProxyCredentials.ToXml Method

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

Converts the proxy credentials to an XML element

public XElement ToXml()

Returns

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.