Default constructor.
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);