HttpContextBaseExtensions Class

 

Provides extension methods for HttpContextBase.

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

Inheritance Hierarchy

System.Object
  System.Web.HttpContextBaseExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOwinContext(HttpContextBase)

Gets the IOwinContext for the current request.

System_CAPS_pubmethodSystem_CAPS_static GetOwinContext(HttpRequestBase)

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