 | 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
Syntaxpublic interface IJsonRpcClientHandler
Public Interface IJsonRpcClientHandler
Dim instance As IJsonRpcClientHandler
public interface class IJsonRpcClientHandler
type IJsonRpcClientHandler = interface end
The IJsonRpcClientHandler type exposes the following members.
Methods
| Name | Description |
---|
 | SendAsync |
Asynchronously sends a JSON RPC Request message, and wait for the Response (if the Request is not a Notification).
|
Top
RemarksImplementation Notes: Consider inheriting from
JsonRpcClientHandler instead of directly implementing this interface.
See Also