JsonRpc.AspNetCore Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:JsonRpc.AspNetCore"]
| Class | Description | |
|---|---|---|
| AspNetCoreFeature |
The default implementation of IAspNetCoreFeature,
which is simply a wrapper of HttpContext.
| |
| AspNetCoreRpcServerHandler |
A JsonRpcServerHandler that transfers the requests from either a middleware
or in the MVC controller.
| |
| HttpContextServiceFactory |
Instantiates service from the IServiceProvider found in the HttpContext
of the provided requests.
| |
| JsonRpcAspNetExtensions |
Provides extension methods for JSON RPC on ASP.NET Core.
| |
| JsonRpcBuilderExtensions | ||
| JsonRpcOptions |
Options for JSON RPC server.
| |
| JsonRpcOptionsExtensions |
Extension methods for JsonRpcOptions.
|
| Interface | Description | |
|---|---|---|
| IAspNetCoreFeature |
Provides information on ASP.NET Core context on the JSON RPC requests.
| |
| IJsonRpcBuilder |
An interface used to configure JSON RPC server.
|