The username with which to authenticate. In XMPP jargon this is known
as the 'node' part of the JID.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string Username { get; set; } |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The Username property is being set and the value is null. |
System..::..ArgumentException | The Username property is being set and the value is the empty string. |