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