WebProxy Constructor (Uri^, Boolean)
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
Return to top
Assembly: System (in System.dll)
Parameters
- Address
-
Type:
System::Uri^
A Uri instance that contains the address of the proxy server.
- BypassOnLocal
-
Type:
System::Boolean
true to bypass the proxy for local addresses; otherwise, false.
The WebProxy instance is initialized with the Address property set to Address and with the BypassProxyOnLocal property set to BypassOnLocal.
.NET Framework
Available since 1.1
Available since 1.1
Show: