Search Results for

    Show / Hide Table of Contents

    Class Iq

    Represents the IQ stanza.

    Inheritance
    System.Object
    Stanza
    Iq
    Inherited Members
    Stanza.Data
    Stanza.JidFrom
    Stanza.JidTo
    Stanza.Id
    Stanza.Language
    Stanza.ToString()
    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
    Back to top © 1998-2025 Copyright Fast Reports Inc.