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)

System::Object
  Microsoft.Owin::OwinMiddleware
    System.Web.Http.Owin::HttpMessageHandlerAdapter

public ref class HttpMessageHandlerAdapter : OwinMiddleware, 
	IDisposable

NameDescription
System_CAPS_pubmethodHttpMessageHandlerAdapter(OwinMiddleware^, HttpMessageHandler^, IHostBufferPolicySelector^)

Obsolete.Initializes a new instance of the HttpMessageHandlerAdapter class.

System_CAPS_pubmethodHttpMessageHandlerAdapter(OwinMiddleware^, HttpMessageHandlerOptions^)

Initializes a new instance of the HttpMessageHandlerAdapter class.

NameDescription
System_CAPS_pubpropertyAppDisposing

Gets the cancellation token that triggers cleanup of this component.

System_CAPS_pubpropertyBufferPolicySelector

Gets the IHostBufferPolicySelector that determines whether or not to buffer requests and responses.

System_CAPS_pubpropertyExceptionHandler

Gets the IExceptionHandler to use to process unhandled exceptions.

System_CAPS_pubpropertyExceptionLogger

Gets the IExceptionLogger to use to log unhandled exceptions.

System_CAPS_pubpropertyMessageHandler

Gets the HttpMessageHandler to submit requests to.

System_CAPS_protpropertyNext

(Inherited from OwinMiddleware.)

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the HttpMessageHandlerAdapter class.

System_CAPS_protmethodDispose(Boolean)

Releases unmanaged and optionally managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvoke(IOwinContext^)
System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: