The port number of the XMPP service of the server.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int Port { get; set; } |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The Port property is being set and the value is not between 0 and 65536. |