An NDoc Documented Class Library

Socks4Context Constructor

Default constructor.

Overload List

Default constructor.

public Socks4Context();

Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved..

public Socks4Context(IPAddress,int,string,bool);

Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.

public Socks4Context(IPAddress,string,bool);

Constructs a Socks4Context setting the proxy-address, the proxy-port, and the user-name.

public Socks4Context(string,int,string);

Constructs a Socks4Context setting the proxy-address, the proxy-port, the user-name, and the flag controlling the way host-names are resolved.

public Socks4Context(string,int,string,bool);

Constructs a Socks4Context setting the proxy-address and user-name.

public Socks4Context(string,string);

Constructs a Socks4Context setting the proxy-address, the user-name, and the flag controlling the way host-names are resolved.

public Socks4Context(string,string,bool);

See Also

Socks4Context Class | EnterpriseDT.Util.Socks Namespace