Share via


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

See Also

Reference

WebProxy Class

WebProxy Overload

System.Net Namespace