EmbeddedMessage Properties
The EmbeddedMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
InstancesPerPeer |
How many messages to add to the pool for each EmbeddedServer or EmbeddedClient instance that is started.
|
|
MaxPayloadSize |
The maximum number of bytes of payload data that a message can contain. This value represents how many bytes can be added to a message on top of the MaxHeaderSize.
|
|
MaxSize |
The maximum number of bytes that a message can contain, including the MaxHeaderSize.
|
|
ReadLength |
How many bytes have been retrieved from the message.
|
|
SendMode |
The message's send mode.
|
|
UnreadLength |
How many more bytes can be retrieved from the message.
|
|
UnwrittenLength |
How many more bytes can be added to the message.
|
|
WrittenLength |
How many bytes have been added to the message.
|