[This is preliminary documentation and is subject to change.]
Writes this message to a stream.
| C# |
public void Write( Stream stream )
- stream (Stream)
- The stream to write the Message to.
The message metadata are written before the message content,
so that the message can be reconstituted from a connected stream using Read(Stream).