Mono Class Library: Overview

System.Net.WebProxy: Members

The members of System.Net.WebProxy are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Net.WebProxy class.
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI.
Constructs and initializes a new instance of the System.Net.WebProxy class using the specified Uri .
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI and bypass setting.
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified host and port number.
Constructs and initializes a new instance of the System.Net.WebProxy class using the specified Uri and specified bypass setting.
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI, bypass setting, and list of URIs to bypass.
Constructs a new instance of the System.Net.WebProxy class with the specified Uri , bypass setting, and list of URIs to bypass.
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified URI, bypass setting, list of URIs to bypass, and credentials.
Constructs and initializes a new instance of the System.Net.WebProxy class with the specified Uri , bypass setting, list of URIs to bypass, and credentials.

Protected Constructors

Public Properties

AddressUri. Gets or sets the address of the proxy server represented by the current instance.
[read-only]
BypassArrayListArrayList. Gets a list of the URIs that do not use the proxy server.
BypassListstring[]. Gets or sets an array of the URIs that do not use the proxy server.
BypassProxyOnLocalbool. Gets or sets a bool value indicating whether requests for local resources bypass the proxy server.
CredentialsICredentials. Gets or sets the credentials to submit to the proxy server for authentication.
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.

Public Methods

static
GetDefaultProxy() : WebProxy
Returns a new System.Net.WebProxy instance that contains the default proxy settings of the system.
GetProxy(Uri) : Uri
Returns the URI of the server that is contacted for the specified resource.
IsBypassed(Uri) : bool
Indicates whether a request will bypass the proxy server when accessing the resource represented by the specified URI.

Protected Methods

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.