HttpMessageHandlerOptions Class
Represents the options for configuring an HttpMessageHandlerAdapter.
Assembly: System.Web.Http.Owin (in System.Web.Http.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | HttpMessageHandlerOptions() | Initializes a new instance of theHttpMessageHandlerOptions class. |
| Name | Description | |
|---|---|---|
![]() | AppDisposing | Gets or sets the CancellationToken that triggers cleanup of the HttpMessageHandlerAdapter. |
![]() | BufferPolicySelector | Gets or sets the IHostBufferPolicySelector that determines whether or not to buffer requests and responses. |
![]() | ExceptionHandler | Gets or sets the IExceptionHandler to use to process unhandled exceptions. |
![]() | ExceptionLogger | Gets or sets the IExceptionLogger to use to log unhandled exceptions. |
![]() | MessageHandler | Gets or sets the HttpMessageHandler to submit requests to. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | 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.


