 | IAspNetCoreFeatureHttpContext Property |
[This is preliminary documentation and is subject to change.]
Gets the HttpContext containing the JSON RPC request.
Namespace:
JsonRpc.AspNetCore
Assembly:
JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
SyntaxHttpContext HttpContext { get; }
ReadOnly Property HttpContext As HttpContext
Get
Dim instance As IAspNetCoreFeature
Dim value As HttpContext
value = instance.HttpContext
property HttpContext^ HttpContext {
HttpContext^ get ();
}
abstract HttpContext : HttpContext with get
Property Value
Type:
HttpContext
See Also