Defines, along with the Socks5ServerPortTo 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 Socks5ServerPortFrom { get; set; }

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe property is being set and the value is negative, or the value is greater than the value of the Socks5ServerPortTo property.

See Also