RequestMessage

Constructors

this
this(JSONValue val)
Undocumented in source.

Members

Functions

isCancelRequest
bool isCancelRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON()

Converts this message to a JSON-RPC packet

Variables

id
RequestToken id;
method
string method;
params
JSONValue params;

Optional parameters to this method. Must be either null (omitted), array (positional parameters) or object. (named parameters)

Meta