The port number of the XMPP service of the server.

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

Syntax

C#
public int Port { get; set; }

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe Port property is being set and the value is not between 0 and 65536.

See Also