WebProxy Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Address | Gets or sets the address of the proxy server. |
| BypassArrayList | Gets a list of addresses that do not use the proxy server. |
| BypassList | Gets or sets an array of addresses that do not use the proxy server. |
| BypassProxyOnLocal | Gets or sets a value that indicates whether to bypass the proxy server for local addresses. |
| Credentials | Gets or sets the credentials to submit to the proxy server for authentication. |
| UseDefaultCredentials | Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. |