ComponentSpace Proxy Class Library Reference

Socks4Client.Connect Method

Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.

Overload List

Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.

public TcpClient Connect(string,int);

Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.

public TcpClient Connect(string,int,string);

Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.

public override TcpClient Connect(string,int,string,string);

See Also

Socks4Client Class | ComponentSpace.Proxy.Socks4 Namespace