[This is preliminary documentation and is subject to change.]
Compresses the data in the Message.
| C# |
public void Compress()
This leaves the Message non readable and ready to be written to a
stream. The message must be Decompressed
before it can be read.
| Exception | Condition |
|---|---|
| InvalidOperationException | If Message is already
compressed. |