HttpContextExtensions Class

 

Provides extension methods for HttpContext.

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

Inheritance Hierarchy

System.Object
  System.Web.HttpContextExtensions

Syntax

public static class HttpContextExtensions
[ExtensionAttribute]
public ref class HttpContextExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type HttpContextExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class HttpContextExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOwinContext(HttpContext)

Gets the IOwinContext for the current request.

System_CAPS_pubmethodSystem_CAPS_static GetOwinContext(HttpRequest)

Gets the IOwinContext for the current request.

Thread Safety

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

See Also

System.Web Namespace

Return to top