Sends an IQ response for the IQ request with the specified id.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void IqResponse( Iq response ) |
Parameters
- response
- Type: S22.Xmpp.Core..::..Iq
The IQ response to send.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The response parameter is null. |
| System..::..ArgumentException | The Type property of the response parameter is not IqType.Result or IqType.Error. |
| System..::..ObjectDisposedException | The XmppCore object has been disposed. |
| System..::..InvalidOperationException | The XmppCore instance is not connected to a remote host. |
| System.IO..::..IOException | There was a failure while writing to the network. |