Interface IJsonRpcModule
Namespace: Cephalon.AspNetCore.JsonRpc.Modules
Assembly: Cephalon.AspNetCore.JsonRpc.dll
Defines JSON-RPC endpoint contributions made by a Cephalon module on ASP.NET Core.
public interface IJsonRpcModule : IModuleImplements
Section titled “Implements”IModule
Methods
Section titled “Methods”MapJsonRpcEndpoints(IEndpointRouteBuilder)
Section titled “ MapJsonRpcEndpoints(IEndpointRouteBuilder)”Maps the module’s JSON-RPC endpoints onto the supplied endpoint route builder.
void MapJsonRpcEndpoints(IEndpointRouteBuilder endpoints)Parameters
Section titled “Parameters”endpoints IEndpointRouteBuilder
The endpoint route builder that receives the module routes.