Click or drag to resize

IJsonRpcBuilder Interface

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

An interface used to configure JSON RPC server.

Namespace:  JsonRpc.AspNetCore
Assembly:  JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public interface IJsonRpcBuilder

The IJsonRpcBuilder type exposes the following members.

Methods
  NameDescription
Public methodIntercept
Adds a middleware to intercept the JSON RPC requests.
Public methodRegister
Adds a JSON-RPC service to the built IJsonRpcServiceHost.
Top
Extension Methods
See Also