Class JsonRpcRequest
Represents an JSON-RPC request message.
public sealed class JsonRpcRequest
- Inheritance
-
JsonRpcRequest
- Inherited Members
Properties
- Id
Gets the ID of the JSON-RPC message.
- Method
Gets the method name of the JSON-RPC message.
- Parameters
Gets the LightJson.JsonValue containing the message parameter values.
- Version
Gets the version used in the JSON-RPC message.