The hostname of the XMPP server to connect to.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Hostname { get; set; } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The Hostname property is being set and the value is null. |
| System..::..ArgumentException | The Hostname property is being set and the value is the empty string. |