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

Cephalon.AspNetCore.JsonRpc

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Maturity: M2 · Ownership: cephalon-managed · Family: transport-adapter · See audit, matrix.

Cephalon.AspNetCore.JsonRpc adds JSON-RPC transport support to the ASP.NET Core host.

  • JSON-RPC service registration
  • JSON-RPC module contract for package and in-repo modules
  • JSON-RPC route mapping under the host transport surface
  • Hosting/JsonRpcTransportServiceCollectionExtensions.cs
  • Modules/IJsonRpcModule.cs
  • Routing/JsonRpcTransportRouteMapper.cs
  • Hosting
  • Modules
  • Routing

Use this package when a host selects the JsonRpc transport. The engine still owns transport selection; this package just provides the ASP.NET Core adapter that makes that selection executable.