SimpleJSONMessage ​
Base class for all Crowd Control SimpleJSON messages.
Kind: Abstract class
Namespace: ConnectorLib.JSON
Public Member Functions
string
Serialize()
Serializes this message to a JSON string.
Public Attributes
JsonSerializerSettings
JSON_SERIALIZER_SETTINGS
The JSON serializer settings required by the Crowd Control SimpleJSON protocol.
JsonSerializer
JSON_SERIALIZER
The JSON serializer settings required by the Crowd Control SimpleJSON protocol.
Properties
static
uint
NextID
[get, ]
Gets the next block ID.
uint
ID
[get, ]
The message ID of the message to which this is a response.
bool
IsKeepAlive
[get, ]
true if this message is a keepalive/heartbeat; otherwise, false.
