Enum MsgPackMessageType
Msgpack RPC spec https://github.com/msgpack-rpc/msgpack-rpc/blob/master/spec.md
Assembly: cs.temp.dll.dll
Declaration
Fields
Request
Format: [type, msgid, method, params]
Declaration
Response
Format: [type, msgid, error, result]
Declaration
Notification
Format: [type, method, params]
Declaration