ComponentSpace Proxy Class Library Reference

HttpProxyClient.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 override TcpClient Connect(string,int,string,string);

See Also

HttpProxyClient Class | ComponentSpace.Proxy.Http Namespace