ข้ามไปยังเนื้อหา

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 : IModule

IModule

MapJsonRpcEndpoints(IEndpointRouteBuilder)

Section titled “ MapJsonRpcEndpoints(IEndpointRouteBuilder)”

Maps the module’s JSON-RPC endpoints onto the supplied endpoint route builder.

void MapJsonRpcEndpoints(IEndpointRouteBuilder endpoints)

endpoints IEndpointRouteBuilder

The endpoint route builder that receives the module routes.