Initializes a new instance of the Iq class.
Namespace: S22.Xmpp.CoreAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Iq( IqType type, string id, Jid to = null, Jid from = null, XmlElement data = null, CultureInfo language = null ) |
Parameters
- type
- Type: S22.Xmpp.Core..::..IqType
The type of the IQ stanza.
- id
- Type: System..::..String
The ID of the IQ stanza.
- to (Optional)
- Type: S22.Xmpp..::..Jid
The JID of the intended recipient for the stanza.
- from (Optional)
- Type: S22.Xmpp..::..Jid
The JID of the sender.
- data (Optional)
- Type: System.Xml..::..XmlElement
The content of the stanza.
- language (Optional)
- Type: System.Globalization..::..CultureInfo
The language of the XML character data of the stanza.