[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]
The StreamMessage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Acknowledge | Acknowledges all consumed messages of the session of
this consumed message.
(Inherited from Message.) | |
| ClearBody | Clears a message body in preparation for writing (Overrides Message..::.ClearBody()()().) | |
| ClearProperties | Clears a message's properties. (Inherited from Message.) | |
| Clone | Create a copy of the StreamMessage object. (Overrides Message..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBooleanProperty | Returns the value of the boolean property with the
specified name. (Inherited from Message.) | |
| GetByteProperty | Returns the value of the byte property with the
specified name. (Inherited from Message.) | |
| GetDoubleProperty | Returns the value of the double property with the
specified name. (Inherited from Message.) | |
| GetFloatProperty | Returns the value of the float property with the
specified name. (Inherited from Message.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetIntProperty | Returns the value of the int property with the
specified name. (Inherited from Message.) | |
| GetLongProperty | Returns the value of the long property with the
specified name. (Inherited from Message.) | |
| GetObjectProperty | Returns the value of the object property with the
specified name. (Inherited from Message.) | |
| GetShortProperty | Returns the value of the short property with the
specified name. (Inherited from Message.) | |
| GetStringProperty | Returns the value of the string property with the
specified name. (Inherited from Message.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PropertyExists | Test whether a named property has been set on a message. (Inherited from Message.) | |
| ReadBoolean | Reads a boolean from the stream message. | |
| ReadByte | Reads a byte from the stream message. | |
| ReadBytes | Reads a byte array from the stream message. | |
| ReadChar | Reads a char from the stream message. | |
| ReadDouble | Reads a double from the stream message. | |
| ReadFloat | Reads a float from the stream message. | |
| ReadInt | Reads an int from the stream message. | |
| ReadLong | Reads a long from the stream message. | |
| ReadObject | Reads an object from the stream message. | |
| ReadShort | Reads a short from the stream message. | |
| ReadString | Reads a string from the stream message. | |
| Reset | Puts the message body in read-only mode and repositions
the stream to the beginning | |
| SetBooleanProperty | Sets a boolean property value with the specified name into the message (Inherited from Message.) | |
| SetByteProperty | Sets a byte property value with the specified name into the message (Inherited from Message.) | |
| SetDoubleProperty | Sets a double property value with the specified name into the message (Inherited from Message.) | |
| SetFloatProperty | Sets a float property value with the specified name into the message (Inherited from Message.) | |
| SetIntProperty | Sets a int property value with the specified name into the message (Inherited from Message.) | |
| SetLongProperty | Sets a long property value with the specified name into the message (Inherited from Message.) | |
| SetObjectProperty | Sets an object property value with the specified name into the message (Inherited from Message.) | |
| SetShortProperty | Sets a short property value with the specified name into the message (Inherited from Message.) | |
| SetStringProperty | Sets a string property value with the specified name into the message (Inherited from Message.) | |
| ToString | Return a string representation of the message (Overrides Message..::.ToString()()().) | |
| WriteBoolean | Writes a boolean to the stream message. | |
| WriteByte | Writes a byte to the stream message. | |
| WriteBytes | Overloaded. | |
| WriteChar | Writes a char to the stream message. | |
| WriteDouble | Writes a double to the stream message. | |
| WriteFloat | Writes a float to the stream message. | |
| WriteInt | Writes an int to the stream message. | |
| WriteLong | Writes a long to the stream message. | |
| WriteObject | Writes an object to the stream message. | |
| WriteShort | Writes a short to the stream message. | |
| WriteString | Writes a string to the stream message. |