Click or drag to resize

JsonRpc.Client Namespace

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:JsonRpc.Client"]

Classes
  ClassDescription
Public classJsonRpcClient
Used to compose and send JSON RPC requests.
Public classJsonRpcClientException
The base exception class that indicates the general error of JSON RPC client.
Public classJsonRpcClientHandler
Provides basic infrastructures for IJsonRpcClientHandler implementation.
Public classJsonRpcContractException
The exception that indicates the violation of a server/client-side RPC contract.
Public classJsonRpcRemoteException
The exception that indicates an error from remote RPC endpoint.
Public classRequestCancellingEventArgs
Provides arguments for RequestCancelling event.
Interfaces
  InterfaceDescription
Public interfaceIJsonRpcClientHandler
Provides methods for transmitting the client-side JSON RPC messages.