Closes the connection with the XMPP server. This automatically disposes
of the object.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Close() |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | The XmppCore instance is not connected to a remote host. |
| System.IO..::..IOException | There was a failure while writing to the network. |