Click or drag to resize

IJsonRpcMethodBinder Interface

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

Defines method to choose the best match among a set of RPC methods according to the JSON RPC request.

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

The IJsonRpcMethodBinder type exposes the following members.

Methods
  NameDescription
Public methodBindParameters
Binds the parameters contained in the specified JSON RPC request to the specified a parameter list.
Public methodTryBindToMethod
Resolves the target RPC method from the JSON RPC request.
Top
See Also