ProxyCredentials Class
Definition
- Assembly
- Sandcastle.Core.dll
This class is used to specify credentials for a proxy server.
public class ProxyCredentials
- Inheritance
-
ProxyCredentials
Constructors
| ProxyCredentials() |
Constructor |
| ProxyCredentials(bool, Uri, UserCredentials) |
Constructor |
Properties
| Credentials |
Get the user credentials |
| ProxyServer |
Get or set the proxy server name |
| UseProxyServer |
This is used to set or get the flag indicating whether or not to use the proxy server |
Methods
| FromXml(XElement) |
Create a proxy credentials instance from an XML element |
| ToXml() |
Converts the proxy credentials to an XML element |