ProxySettings Class Members
In This Topic
The following tables list the members exposed by ProxySettings.
Public Constructors
Public Properties
| Name | Description |
| ProxyAuthScheme |
The authentication type to use to authenticate to the ProxyServer proxy.
|
| ProxyPassword |
A password to be used to authenticate to the ProxyServer proxy.
|
| ProxyPort |
The TCP port the ProxyServer proxy is running on.
|
| ProxyServer |
The hostname or IP address of a proxy to route HTTP traffic through.
|
| ProxyUsername |
A user name to be used to authenticate to the ProxyServer proxy.
|
Top
See Also