Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpContextBaseExtensions Class

 

Provides extension methods for HttpContextBase.

Namespace:   System.Web
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

System::Object
  System.Web::HttpContextBaseExtensions

[ExtensionAttribute]
public ref class HttpContextBaseExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetOwinContext(HttpContextBase^)

Gets the IOwinContext for the current request.

System_CAPS_pubmethodSystem_CAPS_staticGetOwinContext(HttpRequestBase^)

Gets the IOwinContext for the current request.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: