BinHeader Class

From RemObjects Software

Jump to: navigation, search

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

Property
Type
Description
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

Method
Description
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)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools