Click or drag to resize

JsonRpcProxyBuilderContractResolver Property

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

Contract resolver that maps the JSON RPC methods to CLR service methods.

Namespace:  JsonRpc.DynamicProxy.Client
Assembly:  JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public IJsonRpcContractResolver ContractResolver { get; set; }

Property Value

Type: IJsonRpcContractResolver
See Also