com.onlineobject.objectnet Namespace

EmbeddedMessage Properties

The EmbeddedMessage type exposes the following members.

Properties


  Name Description
Public property Static member InstancesPerPeer
How many messages to add to the pool for each EmbeddedServer or EmbeddedClient instance that is started.
Public property Static member 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.
Public property Static member MaxSize
The maximum number of bytes that a message can contain, including the MaxHeaderSize.
Public property ReadLength
How many bytes have been retrieved from the message.
Public property SendMode
The message's send mode.
Public property UnreadLength
How many more bytes can be retrieved from the message.
Public property UnwrittenLength
How many more bytes can be added to the message.
Public property WrittenLength
How many bytes have been added to the message.