Click or drag to resize

AspNetCoreFeatureFromHttpContext Method

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

Gets an AspNetCoreFeature wrapper from the specified HttpContext instance.

Namespace:  JsonRpc.AspNetCore
Assembly:  JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public static AspNetCoreFeature FromHttpContext(
	HttpContext httpContext
)

Parameters

httpContext
Type: HttpContext

[Missing <param name="httpContext"/> documentation for "M:JsonRpc.AspNetCore.AspNetCoreFeature.FromHttpContext(Microsoft.AspNetCore.Http.HttpContext)"]

Return Value

Type: AspNetCoreFeature
Exceptions
ExceptionCondition
ArgumentNullExceptionhttpContext is null.
See Also