Default constructor.
Default constructor.
protected internal SocksContext();
Constructs a SocksContext
setting the proxy-address.
protected internal SocksContext(IPAddress);
Constructs a SocksContext
setting the proxy-address and the proxy-port.
protected internal SocksContext(IPAddress,int);
Constructs a SocksContext
setting the proxy-address.
protected internal SocksContext(string);
Constructs a SocksContext
setting the proxy-address and the proxy-port.
protected internal SocksContext(string,int);