The following tables list the members exposed by MessageBodyEnvelope.
Public Properties
| Name | Description |
 | CompressionLevel |
Gets and sets the compression level to be applied when compression is used, were 1 is for fastest compression
and 9 for maximum compression.
|
 | CompressionMethod |
Sets and gets the compression method to be used by the message envelope.
|
 | CompressionThreshold |
Gets and sets the minimal size of the payload to be compressed, if compression is enabled.
|
Top
Public Methods
| Name | Description |
 | DeEnvelope |
De-envelopes the message body and returns de-enveloped message.
|
 | Envelope |
Envelopes the message body and returns the enveloped message.
|
Top
See Also