Interface IJsonRpcClient
A JSON-RPC client that invokes JSON-RPC requests at a destination and returns the corresponding JSON-RPC
response.
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public interface IJsonRpcClient
Methods
Name | Description |
---|---|
InvokeAsync<T>(IJsonRpcRequest) | Invokes the provided JSON-RPC request and returns the received JSON-RPC response. |
InvokeAsync<T>(IJsonRpcRequest, JsonRpcSerializerSettings) | Invokes the provided JSON-RPC request and returns the received JSON-RPC response. |