Socks |
protected SocksClient( int version, string host, int port, NetworkCredential credentials )
Exception | Condition |
---|---|
ArgumentNullException | host is null. -or- credentialsis null. |
ArgumentOutOfRangeException | port is not between 1 and 65535. |
ArgumentException | The host is a zero-length string. |