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)
Inheritance Hierarchy
System.Object
System.Web.Http.Owin.HttpMessageHandlerOptions
Syntax
public class HttpMessageHandlerOptions
public ref class HttpMessageHandlerOptions
type HttpMessageHandlerOptions = class end
Public Class HttpMessageHandlerOptions
Constructors
Name | Description | |
---|---|---|
![]() |
HttpMessageHandlerOptions() | Initializes a new instance of theHttpMessageHandlerOptions class. |
Properties
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. |
Methods
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.) |
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