[This is preliminary documentation and is subject to change.]
Reads a byte array from the Message.
| C# |
public byte[] ReadBytes()
The byte array read from the message.
The length of the array is read first, and then that number of
bytes is read and put into a byte array.