Initializes a new instance of the JID class using the specified domain,
node and optionally resource.
Namespace: S22.XmppAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- domain
- Type: System..::..String
The domain of the JID.
- node
- Type: System..::..String
The node of the JID.
- resource (Optional)
- Type: System..::..String
The resource of the JID. This may be omitted.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The domain parameter is null. |
System..::..ArgumentException | The domain parameter is the empty string. |