[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The MessageBodytype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Compress < (Of < <' ( T > ) > > ) () () () ()
Compresses the payload using a compressor
Compress(Type)
Inline compression
CopyPayloadToStream(Stream)
Copies payload to an existing stream
Decompress < (Of < <' ( T > ) > > ) () () () ()
Decompresses the payload using a compressor
Decompress(Type)
Inline decompression
Dispose () () () ()
IDisposable implementation
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Controls object serialization
GetRawPayload () () () ()
Gets the raw payload as a byte array. This is a copy of the internal payload, setting this will not change the internal payload. You must use SetRawPayload to overwrite the internal payload.
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SetPayloadFromStream(Stream)
Sets payload from an existing stream
SetPayloadFromStream(Stream, Int64)
Sets payload from an existing stream
SetRawPayload( array< Byte > [] () [] [] )
Sets the raw payload
StripUnicodeBom () () () ()
Strips unicode BOM inline to payload
ToString () () () ()
Returns the payload for the message
(Overrides Object . . :: . . ToString () () () () .)

See Also