Mono Class Library: Overview

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

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