System.Net.WebProxy: Property Members

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

Public Properties

AddressUri.

Gets or sets the address of the proxy server.

[read-only]
BypassArrayListArrayList.

Gets a list of addresses that do not use the proxy server.

BypassListstring[].

Gets or sets an array of addresses that do not use the proxy server.

BypassProxyOnLocalbool.

Gets or sets a value that indicates whether to bypass the proxy server for local addresses.

CredentialsICredentials.

Gets or sets the credentials to submit to the proxy server for authentication.

UseDefaultCredentialsbool.

Gets or sets a bool value that controls whether the CredentialCache.DefaultCredentials are sent with requests.