NetIncomingMessage Properties |
The NetIncomingMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the internal data buffer
(Inherited from NetBuffer.) |
![]() | DeliveryMethod |
Gets the delivery method this message was sent with (if user data)
|
![]() | 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.) |
![]() | MessageType |
Gets the type of this incoming message
|
![]() | 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.) |
![]() | ReceiveTime |
What local time the message was received from the network
|
![]() | SenderConnection |
NetConnection of sender, if any
|
![]() | SenderEndPoint |
endpoint of sender, if any
|
![]() | SequenceChannel |
Gets the sequence channel this message was sent with (if user data)
|