Socks |
public Socks4Client( string host, int port )
Exception | Condition |
---|---|
ArgumentNullException | host is null. |
ArgumentOutOfRangeException | port is not between 1 and 65535. |
ArgumentException | The host is a zero-length string. -or- The length of host is greater than 255 characters. |