BinHeader Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Used internally by the BinMessage Class to encapsulate access to the the message header.
Namespace
Declaration (C#)
internal class BinHeader;
Hierarchy
- BinHeader
Properties
| | | |
|---|---|---|
| ClientID | Guid | The ClientID of the message.
This value is used to uniquely identify the client for subsequent calls to the server. |
| Compressed | Boolean | Indicates and sets the compressed header value. |
| MessageType | MessageType | Indicates and sets the header value for the MessageType. |
| MessageVersion | Integer | Indicates the version number set in the message header. |
| SignatureValid | Boolean | Indicates whether or not the message signature is valid. |
Methods
| | |
|---|---|
| BinHeader | Default Constructor for BinHeader. |
| ReadFromStream | Reads the message headers from the given stream. |
| WriteToStream | Writes the message headers to the given stream. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | .NET
