ComponentSpace Proxy Class Library Reference

Socks5Client Constructor (String)

Initializes a new instance of the Socks5Client class with the specified proxy server address and port. The address can either be the name of the server (eg. www.myproxy.com) or its IP address (eg. 66.210.153.10).

[Visual Basic]
Overloads Public Sub New( _
   ByVal proxyAddress As String _
)
[C#]
public Socks5Client(
   string proxyAddress
);

Parameters

proxyAddress
The proxy server address (eg. 66.210.153.10 or www.myproxy.com).

Remarks

The proxy server port defaults to 1080.

See Also

Socks5Client Class | ComponentSpace.Proxy.Socks5 Namespace | Socks5Client Constructor Overload List