HttpMessageHandlerAdapter Class
Represents an OWIN component that submits requests to an HttpMessageHandler when invoked.
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | HttpMessageHandlerAdapter(OwinMiddleware^, HttpMessageHandler^, IHostBufferPolicySelector^) | Obsolete.Initializes a new instance of the HttpMessageHandlerAdapter class. |
![]() | HttpMessageHandlerAdapter(OwinMiddleware^, HttpMessageHandlerOptions^) | Initializes a new instance of the HttpMessageHandlerAdapter class. |
| Name | Description | |
|---|---|---|
![]() | AppDisposing | Gets the cancellation token that triggers cleanup of this component. |
![]() | BufferPolicySelector | Gets the IHostBufferPolicySelector that determines whether or not to buffer requests and responses. |
![]() | ExceptionHandler | Gets the IExceptionHandler to use to process unhandled exceptions. |
![]() | ExceptionLogger | Gets the IExceptionLogger to use to log unhandled exceptions. |
![]() | MessageHandler | Gets the HttpMessageHandler to submit requests to. |
![]() | Next | (Inherited from OwinMiddleware.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the HttpMessageHandlerAdapter class. |
![]() | Dispose(Boolean) | Releases unmanaged and optionally managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IOwinContext^) | (Overrides OwinMiddleware::Invoke(IOwinContext^).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



