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.
OwinHttpRequestMessageExtensions Class
Provides extension methods for the HttpRequestMessage class.
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetOwinContext(HttpRequestMessage^) | Gets the OWIN context for the specified request. |
![]() ![]() | GetOwinEnvironment(HttpRequestMessage^) | Gets the OWIN environment for the specified request. |
![]() ![]() | SetOwinContext(HttpRequestMessage^, IOwinContext^) | Sets the OWIN context for the specified request. |
![]() ![]() | SetOwinEnvironment(HttpRequestMessage^, IDictionary<String^, Object^>^) | Sets the OWIN environment for the specified 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.
Show:

