HttpMessageHandlerAdapter Class
Represents an OWIN component that submits requests to an HttpMessageHandler when invoked.
Namespace: System.Web.Http.Owin
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
System.Web.Http.Owin.HttpMessageHandlerAdapter
Syntax
public class HttpMessageHandlerAdapter : OwinMiddleware, IDisposable
public ref class HttpMessageHandlerAdapter : OwinMiddleware,
IDisposable
type HttpMessageHandlerAdapter =
class
inherit OwinMiddleware
interface IDisposable
end
Public Class HttpMessageHandlerAdapter
Inherits OwinMiddleware
Implements IDisposable
Constructors
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. |
Properties
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.) |
Methods
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.) |
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.Http.Owin Namespace
Return to top