Skip to content

RpcRequest ​

RPC request message.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: SimpleJSONResponse

Public Constructors

RpcRequest()

Initializes a new instance of the ConnectorLib.JSON.RpcRequest class.

Public Attributes

string

method

The name of the method to call.

object[]

args

The parameters to be passed to the named method.

RpcTarget?

target

The target of the RPC call.