ProxyOptions Class Properties
In This Topic
For a list of all members of this type, see ProxyOptions members.
Public Properties
| Name | Description |
| Host | Gets or sets the host name or IP address of the proxy server to which to connect. |
| Password | Gets or sets the password for the proxy server account. |
| Port | Gets or sets the port number of the proxy server. |
| ProxyAddress | Gets the uniform resource identifier (URI), generated from the values of the Host, Port, User, and Password properties. |
| User | Gets or sets the proxy server account name. |
Top
See Also