An NDoc Documented Class Library

Socks5Context Constructor

Default constructor.

Overload List

Default constructor.

public Socks5Context();

Constructs a SOCKS5 context for the proxy with the given address.

public Socks5Context(IPAddress);

Constructs a SOCKS5 context for the proxy with the given address.

public Socks5Context(IPAddress,int);

Constructs a SOCKS5 context for the proxy with the given address.

public Socks5Context(string);

Constructs a SOCKS5 context for the proxy with the given address and port.

public Socks5Context(string,int);

See Also

Socks5Context Class | EnterpriseDT.Util.Socks Namespace