Click or drag to resize

IAspNetCoreFeature Interface

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

Provides information on ASP.NET Core context on the JSON RPC requests.

Namespace:  JsonRpc.AspNetCore
Assembly:  JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public interface IAspNetCoreFeature

The IAspNetCoreFeature type exposes the following members.

Properties
  NameDescription
Public propertyHttpContext
Gets the HttpContext containing the JSON RPC request.
Top
See Also