Click or drag to resize

JsonRpc.AspNetCore Namespace

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:JsonRpc.AspNetCore"]

Classes
  ClassDescription
Public classAspNetCoreFeature
The default implementation of IAspNetCoreFeature, which is simply a wrapper of HttpContext.
Public classAspNetCoreRpcServerHandler
A JsonRpcServerHandler that transfers the requests from either a middleware or in the MVC controller.
Public classHttpContextServiceFactory
Instantiates service from the IServiceProvider found in the HttpContext of the provided requests.
Public classJsonRpcAspNetExtensions
Provides extension methods for JSON RPC on ASP.NET Core.
Public classJsonRpcBuilderExtensions
Public classJsonRpcOptions
Options for JSON RPC server.
Public classJsonRpcOptionsExtensions
Extension methods for JsonRpcOptions.
Interfaces
  InterfaceDescription
Public interfaceIAspNetCoreFeature
Provides information on ASP.NET Core context on the JSON RPC requests.
Public interfaceIJsonRpcBuilder
An interface used to configure JSON RPC server.