The Message type exposes the following members.

Constructors

  NameDescription
Public methodMessage(XmlElement)
Initializes a new instance of the Message class from the specified Xml element.
Public methodMessage(Jid, Jid, XmlElement, String, CultureInfo)
Initializes a new instance of the Message class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a textual representation of this instance of the Stanza class.
(Inherited from Stanza.)

Fields

  NameDescription
Protected fieldelement
The XmlElement containing the actual data.
(Inherited from Stanza.)

Properties

  NameDescription
Public propertyData
The data of the stanza.
(Inherited from Stanza.)
Public propertyFrom
Specifies the JID of the sender. If this is null, the stanza was generated by the client's server.
(Inherited from Stanza.)
Public propertyId
The ID of the stanza, which may be used for internal tracking of stanzas.
(Inherited from Stanza.)
Public propertyIsEmpty
Determines whether the stanza is empty, i.e. has no child nodes.
(Inherited from Stanza.)
Public propertyLanguage
The language of the XML character data if the stanza contains data that is intended to be presented to a human user.
(Inherited from Stanza.)
Public propertyTo
Specifies the JID of the intended recipient for the stanza.
(Inherited from Stanza.)

See Also