Proxy |
protected ProxyClient( string host, int port, NetworkCredential credentials )
| Exception | Condition |
|---|---|
| ArgumentNullException | host is . -or- credentialsis . |
| ArgumentOutOfRangeException | port is not between 0 and 65535. |
| ArgumentException | The host is a zero-length string. -or- The length of host is greater than 255 characters. |