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.
public: [ExtensionAttribute] static IOwinContext^ GetOwinContext( HttpContextBase^ context )
Parameters
- context
- Type: System.Web::HttpContextBase^
HttpContextBaseExtensions::GetOwinContext Method (HttpRequestBase^)
Gets the IOwinContext for the current request.
public: [ExtensionAttribute] static IOwinContext^ GetOwinContext( HttpRequestBase^ request )
Parameters
- request
- Type: System.Web::HttpRequestBase^
Show:

