SessionHeaderMessage Class Members
In This Topic
The following tables list the members exposed by SessionHeaderMessage.
Public Constructors
Public Properties
| Name | Description |
| ClockDrift | The total amount of |
| Length | The number of bytes for the packet. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
| SessionHeader | The current session header |
| Timestamp | The timestamp of when the message was generated |
| TypeCode | The specific packet type code (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
| Version | The protocol version (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Top
Protected Properties
| Name | Description |
| BaseLength | Inheritors must implement this to reflect their packet length as they read a packet plus the base length that came before. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Top
Public Methods
| Name | Description |
| Write | Write the packet to the stream. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Top
Protected Methods
| Name | Description |
| OnRead | Overridden. Read packet data from the stream Read packet data from the stream |
| OnWrite | Overridden. Write the packet to the stream Write the packet to the stream |
Top
See Also