IntelligenceX

API Reference

Class

JsonRpcRequestEventArgs

Namespace IntelligenceX.Rpc
Assembly IntelligenceX
Base EventArgs
Modifiers sealed

Event arguments for JSON-RPC requests.

Inheritance

  • EventArgs
  • JsonRpcRequestEventArgs

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public JsonRpcRequestEventArgs(JsonRpcRequest request) #

Initializes a new request event args instance.

Parameters

request IntelligenceX.Rpc.JsonRpcRequest requiredposition: 0
The JSON-RPC request.

Properties

public JsonRpcRequest Request { get; } #

Gets the JSON-RPC request.