RequestMessage Properties |
The RequestMessage type exposes the following members.
Name | Description | |
---|---|---|
Id |
A unique ID given to the request/response session. The request creator is responsible for assigning this value.
| |
Jsonrpc |
See Jsonrpc.
| |
Method |
The method to invoke on the receiver.
| |
Params |
A JObject representing parameters for the method.
|