IntelligenceX
Class

JsonRpcRequestEventArgs

Namespace IntelligenceX.Rpc
Assembly IntelligenceX
Base EventArgs
Modifiers sealed

Event arguments for JSON-RPC requests.

Inheritance

  • EventArgs
  • JsonRpcRequestEventArgs

Constructors

public JsonRpcRequestEventArgs(JsonRpcRequest request) #

Initializes a new request event args instance.

Parameters

request IntelligenceX.Rpc.JsonRpcRequest
The JSON-RPC request.

Properties

public JsonRpcRequest Request { get; } #

Gets the JSON-RPC request.