HttpContextBaseExtensions.GetOwinContext Method
Gets the OWIN context.
Assembly: Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetOwinContext(HttpContextBase) | Gets the IOwinContext for the current request. |
![]() ![]() | GetOwinContext(HttpRequestBase) | Gets the IOwinContext for the current request. |
HttpContextBaseExtensions.GetOwinContext Method (HttpContextBase)
Gets the IOwinContext for the current request.
Parameters
- context
- Type: System.Web.HttpContextBase
HttpContextBaseExtensions.GetOwinContext Method (HttpRequestBase)
Gets the IOwinContext for the current request.
Parameters
- request
- Type: System.Web.HttpRequestBase
Show:

