Any PacketHeader options which are stored as a long.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| TotalPayloadSize | 0 | The total size of the packet data payload in bytes. This is a compulsory option. | |
| SerializerProcessors | 1 | The data serialiser and data processor used to unwrap the payload. Used as flags. | |
| PacketSequenceNumber | 2 | The sequence number for this packet. Each connection maintains a unique counter which is increments on each sent packet. This is a compulsory option. | |
| PacketCreationTime | 3 | The creation time of the packet header. |
See Also