Sends the specified chat message.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SendMessage(
	Message message
)

Parameters

message
Type: S22.Xmpp.Im..::..Message
The chat message to send.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe message parameter is null.
System.IO..::..IOExceptionThere was a failure while writing to or reading from the network.
System..::..InvalidOperationExceptionThe XmppIm instance is not connected to a remote host, or the XmppIm instance has not authenticated with the XMPP server.
System..::..ObjectDisposedExceptionThe XmppIm object has been disposed.

See Also