WebProxy Constructor (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.
Namespace: System.Net
Assembly: System (in System.dll)
public WebProxy( string Address, bool BypassOnLocal, string[] BypassList, ICredentials Credentials )
Parameters
- Address
- Type: System.String
The URI of the proxy server.
- BypassOnLocal
- Type: System.Boolean
true to bypass the proxy for local addresses; otherwise, false.
- BypassList
- Type: System.String[]
An array of regular expression strings that contains the URIs of the servers to bypass.
- Credentials
- Type: System.Net.ICredentials
An ICredentials instance to submit to the proxy server for authentication.
| Exception | Condition |
|---|---|
| UriFormatException | Address is an invalid URI. |
The WebProxy instance is initialized with the Address property set to a Uri instance that contains Address, the BypassProxyOnLocal property set to BypassOnLocal, the BypassList property set to BypassList, and the Credentials property set to Credentials.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.