System.Net.WebProxy: Constructor Members

The constructors 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 Constructors

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.

Protected Constructors

Initializes an instance of the System.Net.WebProxy class using previously serialized content.