Click or drag to resize

IJsonRpcClientHandler Interface

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

Provides methods for transmitting the client-side JSON RPC messages.

Namespace:  JsonRpc.Client
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public interface IJsonRpcClientHandler

The IJsonRpcClientHandler type exposes the following members.

Methods
  NameDescription
Public methodSendAsync
Asynchronously sends a JSON RPC Request message, and wait for the Response (if the Request is not a Notification).
Top
Remarks
Implementation Notes: Consider inheriting from JsonRpcClientHandler instead of directly implementing this interface.
See Also