Table of Contents

Class JsonRpcRequest

Namespace: Sisk.JsonRPC
Assembly: Sisk.JsonRPC.dll

Represents an JSON-RPC request message.

public sealed class JsonRpcRequest

Inheritance

objectJsonRpcRequest

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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.