API Reference
Class
JsonRpcRequestEventArgs
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
- The JSON-RPC request.