TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

BytesMessage Members

BytesMessage overview

Public Instance Constructors

BytesMessage Constructor Construct an empty bytes message for a session.

Public Instance Properties

BodyLength 
CorrelationID (inherited from Message) 
CorrelationIDAsBytes (inherited from Message) 
DeliveryMode (inherited from Message) Get and set the message's delivery mode as an integer constant as defined in the DeliveryMode class. Users are recommended to use the MessageDeliveryMode enum instead.
Destination (inherited from Message) 
Expiration (inherited from Message) 
MessageID (inherited from Message) 
MsgDeliveryMode (inherited from Message) Get and set the message's delivery mode as enum value of type MessageDeliveryMode
MsgType (inherited from Message) 
Priority (inherited from Message) 
Redelivered (inherited from Message) 
ReplyTo (inherited from Message) 
Timestamp (inherited from Message) 

Public Instance Methods

Acknowledge (inherited from Message) 
ClearBody 
ClearProperties (inherited from Message) 
Clone 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBooleanProperty (inherited from Message) 
GetByteProperty (inherited from Message) 
GetDoubleProperty (inherited from Message) 
GetFloatProperty (inherited from Message) 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIntProperty (inherited from Message) 
GetLongProperty (inherited from Message) 
GetObjectProperty (inherited from Message) 
GetShortProperty (inherited from Message) 
GetStringProperty (inherited from Message) 
GetType (inherited from Object) Gets the Type of the current instance.
PropertyExists (inherited from Message) 
ReadBoolean 
ReadByte 
ReadBytesOverloaded.  
ReadChar 
ReadDouble 
ReadFloat 
ReadInt 
ReadLong 
ReadShort 
ReadUnsignedByte 
ReadUnsignedShort 
ReadUTF 
Reset 
SetBooleanProperty (inherited from Message) 
SetByteProperty (inherited from Message) 
SetDoubleProperty (inherited from Message) 
SetFloatProperty (inherited from Message) 
SetIntProperty (inherited from Message) 
SetLongProperty (inherited from Message) 
SetObjectProperty (inherited from Message) 
SetShortProperty (inherited from Message) 
SetStringProperty (inherited from Message) 
ToString 
WriteBoolean 
WriteByte 
WriteBytesOverloaded.  
WriteChar 
WriteDouble 
WriteFloat 
WriteInt 
WriteLong 
WriteObject 
WriteShort 
WriteUTF 

See Also

BytesMessage Class | TIBCO.EMS Namespace