The properties of System.Net.WebProxy are listed below. For a list of all members, see the WebProxy Members list.
See Also: Inherited members from System.Object
Address | Uri.
Gets or sets the address of the proxy server. | |
[read-only] | BypassArrayList | ArrayList.
Gets a list of addresses that do not use the proxy server. |
BypassList | string[].
Gets or sets an array of addresses that do not use the proxy server. | |
BypassProxyOnLocal | bool.
Gets or sets a value that indicates whether to bypass the proxy server for local addresses. | |
Credentials | ICredentials.
Gets or sets the credentials to submit to the proxy server for authentication. | |
UseDefaultCredentials | bool.
Gets or sets a bool value that controls whether the CredentialCache.DefaultCredentials are sent with requests. |