JsonRpcAspNetExtensions Methods |
[This is preliminary documentation and is subject to change.]
The JsonRpcAspNetExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddJsonRpc | ||
| GetHttpContext |
Gets the HttpContext containing the JSON RPC request.
| |
| UseJsonRpc(IApplicationBuilder, String) |
Uses AspNetCoreRpcServerHandler to handle the JSON RPC requests on certain URL.
| |
| UseJsonRpc(IApplicationBuilder, String, AspNetCoreRpcServerHandler) |
Uses AspNetCoreRpcServerHandler to handle the JSON RPC requests on certain URL.
| |
| UseJsonRpc(IApplicationBuilder, String, FuncHttpContext, AspNetCoreRpcServerHandler) |
Uses AspNetCoreRpcServerHandler to handle the JSON RPC requests on certain URL.
|