WebProxy Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes an empty instance of the WebProxy class.
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Sub New
public WebProxy()
public:
WebProxy()
new : unit -> WebProxy
public function WebProxy()
Remarks
The default constructor initializes an empty instance of the WebProxy class with the Address property set to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .
When the Address property is null Nothing nullptr unit a null reference (Nothing in Visual Basic) , the IsBypassed method returns true and the GetProxy method returns the destination address.
Examples
The following code example demonstrates calling this constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.