Defines, along with the Socks5ServerPortFrom property, a range of ports eligible for creating SOCKS5 servers on.

Namespace: S22.Xmpp.Client
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Socks5ServerPortTo { get; set; }

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe property is being set and the value the value is smaller than the value of the Socks5ServerPortFrom property, or the value is greater than 65535.

See Also