ComponentSpace Proxy Class Library Reference

Socks4Client Constructor

Initializes a new instance of the Socks4Client 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).

Overload List

Initializes a new instance of the Socks4Client 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).

public Socks4Client(string);

Initializes a new instance of the Socks4Client 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).

public Socks4Client(string,int);

Initializes a new instance of the Socks4Client 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).

public Socks4Client(string,int,bool);

See Also

Socks4Client Class | ComponentSpace.Proxy.Socks4 Namespace