ProxyCredentials.FromXml Method
Definition
- Assembly
- Sandcastle.Core.dll
Create a proxy credentials instance from an XML element
public static ProxyCredentials FromXml(XElement configuration)
Parameters
configurationXElementThe XML element from which to obtain the settings
Returns
- ProxyCredentials
A ProxyCredentials object containing the settings from the XPath navigator
Remarks
It should contain an element called proxyCredentials with two attributes
(useProxy and proxyServer) and a nested userCredentials element.