[]
The base class for Proxy Settings containing the common information for all providers to set up a proxy server.
public class ProxySettings
Name | Description |
---|---|
ProxySettings() |
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. |