The PacketHeader type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | CheckSumHash |
A checksum corresponding to the payload data. If no checksum is set returns null.
|
![]() | PacketIdentifier |
Optional packet identifier. If no packet identifier is set returns null.
|
![]() | PacketSequenceNumber |
The sequence number for this packet
|
![]() | PacketType |
The packet type.
|
![]() | RequestedReturnPacketType |
The packet type which should be used for any return packet type. If no return packet type is set returns null.
|
![]() | SourceNetworkIdentifier |
The network identifier of the packets source peer. If no source network identifier is set returns null.
Also see [!:Connection.ConnectionInfo.NetworkIdentifier].
|
![]() | TotalPayloadSize |
The total size in bytes of the payload.
|
See Also