HttpMessageHandlerOptions Class

 

Represents the options for configuring an HttpMessageHandlerAdapter.

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

System::Object
  System.Web.Http.Owin::HttpMessageHandlerOptions

public ref class HttpMessageHandlerOptions 

NameDescription
System_CAPS_pubmethodHttpMessageHandlerOptions()

Initializes a new instance of theHttpMessageHandlerOptions class.

NameDescription
System_CAPS_pubpropertyAppDisposing

Gets or sets the CancellationToken that triggers cleanup of the HttpMessageHandlerAdapter.

System_CAPS_pubpropertyBufferPolicySelector

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

System_CAPS_pubpropertyExceptionHandler

Gets or sets the IExceptionHandler to use to process unhandled exceptions.

System_CAPS_pubpropertyExceptionLogger

Gets or sets the IExceptionLogger to use to log unhandled exceptions.

System_CAPS_pubpropertyMessageHandler

Gets or sets the HttpMessageHandler to submit requests to.

NameDescription
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_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: