WebProxy Constructor
.NET Framework (current version)
Initializes a new instance of the WebProxy class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | WebProxy() | Initializes an empty instance of the WebProxy class. |
![]() | WebProxy(SerializationInfo^, StreamingContext) | Initializes an instance of the WebProxy class using previously serialized content. |
![]() | WebProxy(String^) | Initializes a new instance of the WebProxy class with the specified URI. |
![]() | WebProxy(String^, Boolean) | Initializes a new instance of the WebProxy class with the specified URI and bypass setting. |
![]() | WebProxy(String^, Boolean, array<String^>^) | Initializes a new instance of the WebProxy class with the specified URI, bypass setting, and list of URIs to bypass. |
![]() | WebProxy(String^, Boolean, array<String^>^, ICredentials^) | Initializes a new instance of the WebProxy class with the specified URI, bypass setting, list of URIs to bypass, and credentials. |
![]() | WebProxy(String^, Int32) | Initializes a new instance of the WebProxy class with the specified host and port number. |
![]() | WebProxy(Uri^) | |
![]() | WebProxy(Uri^, Boolean) | |
![]() | WebProxy(Uri^, Boolean, array<String^>^) | |
![]() | WebProxy(Uri^, Boolean, array<String^>^, ICredentials^) |
Show:

