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, _ host As String, _ port As Integer, _ username As String _ ) |
C# |
---|
[ObsoleteAttribute("This constructor has been deprecated. Please use Proxy() constructor and set the properties instead.", false)] public Proxy( ProxyType proxyType, string host, int port, string username ) |
Parameters
- proxyType
- Type: Rebex.Net..::..ProxyType
- host
- Type: System..::..String
- port
- Type: System..::..Int32
- username
- Type: System..::..String