[This is preliminary documentation and is subject to change.]
Creates a new empty writable Message with a particular MessageType and the default initial
capacity. Used when writing messages to a stream.
| C# |
public Message( MessageType messageType )
- messageType (MessageType)
- The type of message to create.