Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This constructor has been deprecated. Please use Proxy() constructor and set the properties instead.", _ False)> _ Public Sub New ( _ proxyType As ProxyType, _ authenticationMethod As ProxyAuthentication, _ host As String, _ port As Integer, _ bypassOnLocal As Boolean, _ credentials As NetworkCredential _ ) |
C# |
---|
[ObsoleteAttribute("This constructor has been deprecated. Please use Proxy() constructor and set the properties instead.", false)] public Proxy( ProxyType proxyType, ProxyAuthentication authenticationMethod, string host, int port, bool bypassOnLocal, NetworkCredential credentials ) |
Parameters
- proxyType
- Type: Rebex.Net..::..ProxyType
- authenticationMethod
- Type: Rebex.Net..::..ProxyAuthentication
- host
- Type: System..::..String
- port
- Type: System..::..Int32
- bypassOnLocal
- Type: System..::..Boolean
- credentials
- Type: System.Net..::..NetworkCredential