Defines, along with the Socks5ServerPortTo property, a range of ports
eligible for creating SOCKS5 servers on.
Namespace: S22.Xmpp.ClientAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int Socks5ServerPortFrom { get; set; } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | The property is being set and the value is negative, or the value is greater than the value of the Socks5ServerPortTo property. |