The members of System.Net.WebProxy are listed below.
See Also: Inherited members from System.Object
WebProxy() |
Initializes an empty instance of the System.Net.WebProxy class. | |
Initializes a new instance of the System.Net.WebProxy class with the specified URI. | ||
Initializes a new instance of the System.Net.WebProxy class from the specified Uri instance. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified URI and bypass setting. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified host and port number. | ||
Initializes a new instance of the System.Net.WebProxy class with the Uri instance and bypass setting. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified URI, bypass setting, and list of URIs to bypass. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified Uri instance, bypass setting, and list of URIs to bypass. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified URI, bypass setting, list of URIs to bypass, and credentials. | ||
Initializes a new instance of the System.Net.WebProxy class with the specified Uri instance, bypass setting, list of URIs to bypass, and credentials. |
Initializes an instance of the System.Net.WebProxy class using previously serialized content. |
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. |
static | GetDefaultProxy()
| |
GetProxy(Uri)
| ||
IsBypassed(Uri)
|
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
Creates the serialization data and context that are used by the system to serialize a System.Net.WebProxy object. |