Class Iq
Represents the IQ stanza.
Inherited Members
Namespace: FastReport.Messaging.Xmpp
Assembly: FastReport.dll
Syntax
public class Iq : Stanza
Constructors
Iq(String, String, String, String, String, CultureInfo, List<XmlElement>)
Initializes a new instance of the Iq class with specified parameters.
Declaration
public Iq(string nspace, string type, string jidFrom, string jidTo, string id, CultureInfo language, List<XmlElement> data)
Parameters
Type | Name | Description |
---|---|---|
System.String | nspace | The namespace of the iq. |
System.String | type | The type of iq. |
System.String | jidFrom | The JID of the sender. |
System.String | jidTo | The JID of the recipient. |
System.String | id | The ID of the iq. |
System.Globalization.CultureInfo | language | The language of the iq. |
System.Collections.Generic.List<System.Xml.XmlElement> | data | The data of the iq. |
Iq(XmlElement)
Initializes a new instance of the Iq class using specified XmlElement instance.
Declaration
public Iq(XmlElement data)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | data | The XmlElement instance using like a data. |
Properties
Type
Gets or sets the type of iq.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |