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.

HttpContextExtensions Class

 

Provides extension methods for HttpContext.

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

System::Object
  System.Web::HttpContextExtensions

[ExtensionAttribute]
public ref class HttpContextExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetOwinContext(HttpContext^)

Gets the IOwinContext for the current request.

System_CAPS_pubmethodSystem_CAPS_staticGetOwinContext(HttpRequest^)

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: