OwinHttpRequestMessageExtensions Class

 

Provides extension methods for the HttpRequestMessage class.

Namespace:   System.Net.Http
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

Inheritance Hierarchy

System.Object
  System.Net.Http.OwinHttpRequestMessageExtensions

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class OwinHttpRequestMessageExtensions
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class OwinHttpRequestMessageExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type OwinHttpRequestMessageExtensions = class end
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ExtensionAttribute>
Public NotInheritable Class OwinHttpRequestMessageExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOwinContext(HttpRequestMessage)

Gets the OWIN context for the specified request.

System_CAPS_pubmethodSystem_CAPS_static GetOwinEnvironment(HttpRequestMessage)

Gets the OWIN environment for the specified request.

System_CAPS_pubmethodSystem_CAPS_static SetOwinContext(HttpRequestMessage, IOwinContext)

Sets the OWIN context for the specified request.

System_CAPS_pubmethodSystem_CAPS_static SetOwinEnvironment(HttpRequestMessage, IDictionary<String, Object>)

Sets the OWIN environment for the specified 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.Net.Http Namespace

Return to top