Class Message
Assembly: Libplanet.Net.dll
Syntax
Constructors
|
Improve this Doc
View Source
Message(MessageContent, AppProtocolVersion, BoundPeer, DateTimeOffset, Byte[])
Declaration
public Message(MessageContent content, AppProtocolVersion version, BoundPeer remote, DateTimeOffset timestamp, byte[] identity)
Parameters
Properties
|
Improve this Doc
View Source
Content
The body of the message that contains the message type and data.
Declaration
public MessageContent Content { get; }
Property Value
|
Improve this Doc
View Source
Identity
The byte array identifies the message to match between
message and its respond used in NetMQ.
Declaration
public byte[] Identity { get; }
Property Value
|
Improve this Doc
View Source
Remote
Declaration
public BoundPeer Remote { get; }
Property Value
|
Improve this Doc
View Source
Timestamp
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public AppProtocolVersion Version { get; }
Property Value