NetOutgoingMessage Properties |
The NetOutgoingMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Gets or sets the internal data buffer
(Inherited from NetBuffer.) | |
| LengthBits |
Gets or sets the length of the used portion of the buffer in bits
(Inherited from NetBuffer.) | |
| LengthBytes |
Gets or sets the length of the used portion of the buffer in bytes
(Inherited from NetBuffer.) | |
| Position |
Gets or sets the read position in the buffer, in bits (not bytes)
(Inherited from NetBuffer.) | |
| PositionInBytes |
Gets the position in the buffer in bytes; note that the bits of the first returned byte may already have been read - check the Position property to make sure.
(Inherited from NetBuffer.) |