The Stanza type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Stanza(XmlElement) |
Initializes a new instance of the Stanza class using the specified
XmlElement.
| |
Stanza(String, Jid, Jid, String, CultureInfo, array<XmlElement>[]()[][]) |
Initializes a new instance of the Stanza class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a textual representation of this instance of the Stanza class.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
element |
The XmlElement containing the actual data.
|
Properties
Name | Description | |
---|---|---|
Data |
The data of the stanza.
| |
From |
Specifies the JID of the sender. If this is null, the stanza was generated
by the client's server.
| |
Id |
The ID of the stanza, which may be used for internal tracking of stanzas.
| |
IsEmpty |
Determines whether the stanza is empty, i.e. has no child nodes.
| |
Language |
The language of the XML character data if the stanza contains data that is
intended to be presented to a human user.
| |
To |
Specifies the JID of the intended recipient for the stanza.
|