WebProxy Constructor ()
.NET Framework (current version)
Initializes an empty instance of the WebProxy class.
Assembly: System (in System.dll)
The default constructor initializes an empty instance of the WebProxy class with the Address property set to null.
When the Address property is null, the IsBypassed method returns true and the GetProxy method returns the destination address.
.NET Framework
Available since 1.1
Available since 1.1
Show: