Class Message
public sealed class Message
- Inheritance
-
Message
- Inherited Members
- Extension Methods
Constructors
Message(string, MessageType, MessageMethod, JObject)
public Message(string requestId, MessageType type, MessageMethod method, JObject payload = null)
Parameters
requestId
stringtype
MessageTypemethod
MessageMethodpayload
JObject
Properties
Method
public MessageMethod Method { get; }
Property Value
Payload
public JObject Payload { get; }
Property Value
- JObject
RequestId
public string RequestId { get; }
Property Value
Type
public MessageType Type { get; }