HttpContextExtensions::GetOwinContext Method
Retrieves an OWIN context.
Assembly: Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetOwinContext(HttpContext^) | Gets the IOwinContext for the current request. |
![]() ![]() | GetOwinContext(HttpRequest^) | Gets the IOwinContext for the current request. |
HttpContextExtensions::GetOwinContext Method (HttpContext^)
Gets the IOwinContext for the current request.
Parameters
- context
- Type: System.Web::HttpContext^
HttpContextExtensions::GetOwinContext Method (HttpRequest^)
Gets the IOwinContext for the current request.
Parameters
- request
- Type: System.Web::HttpRequest^
Show:

