Skip to content

SimpleJSONRequest ​

A message from the Crowd Control client to the game mod.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: SimpleJSONMessage

Public Constructors

SimpleJSONRequest()

Public Static Functions

bool

TryParse(string json, SimpleJSONRequest out request)

Parses a response object from a serialized string.

bool

TryParse(JObject j, SimpleJSONRequest out request)

Parses a response object from a serialized string.

Public Attributes

uint

id

RequestType

type

Properties

uint

ID

[get, ]

bool

IsKeepAlive

[get, ]