WebProxy Constructor (String^, Boolean)
.NET Framework (current version)
Initializes a new instance of the WebProxy class with the specified URI and bypass setting.
Assembly: System (in System.dll)
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.
| 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 and the BypassProxyOnLocal property set to BypassOnLocal.
.NET Framework
Available since 1.1
Available since 1.1
Show: