WebProxy Constructor
.NET Framework 4.5
Initializes a new instance of the WebProxy class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WebProxy() | Initializes an empty instance of the WebProxy class. |
|
WebProxy(String) | Initializes a new instance of the WebProxy class with the specified URI. |
|
WebProxy(Uri) | Initializes a new instance of the WebProxy class from the specified Uri instance. |
|
WebProxy(SerializationInfo, StreamingContext) | Initializes an instance of the WebProxy class using previously serialized content. |
|
WebProxy(String, Boolean) | Initializes a new instance of the WebProxy class with the specified URI and bypass setting. |
|
WebProxy(String, Int32) | Initializes a new instance of the WebProxy class with the specified host and port number. |
|
WebProxy(Uri, Boolean) | Initializes a new instance of the WebProxy class with the Uri instance and bypass setting. |
|
WebProxy(String, Boolean, String[]) | Initializes a new instance of the WebProxy class with the specified URI, bypass setting, and list of URIs to bypass. |
|
WebProxy(Uri, Boolean, String[]) | Initializes a new instance of the WebProxy class with the specified Uri instance, bypass setting, and list of URIs to bypass. |
|
WebProxy(String, Boolean, String[], ICredentials) | Initializes a new instance of the WebProxy class with the specified URI, bypass setting, list of URIs to bypass, and credentials. |
|
WebProxy(Uri, Boolean, String[], ICredentials) | Initializes a new instance of the WebProxy class with the specified Uri instance, bypass setting, list of URIs to bypass, and credentials. |