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 a new instance of the WebProxy class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method WebProxy() () () () Initializes an empty instance of the WebProxy class.
Public method WebProxy(String) Initializes a new instance of the WebProxy class with the specified URI.
Public method WebProxy(Uri) Initializes a new instance of the WebProxy class from the specified Uri instance.
Public method WebProxy(String, Boolean) Initializes a new instance of the WebProxy class with the specified URI and bypass setting.
Public method WebProxy(String, Int32) Initializes a new instance of the WebProxy class with the specified host and port number.
Public method WebProxy(Uri, Boolean) Initializes a new instance of the WebProxy class with the Uri instance and bypass setting.

Top

See Also

Reference

WebProxy Class

System.Net Namespace