Share via


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
System_CAPS_pubmethod HttpMessageHandlerOptions()

Initializes a new instance of theHttpMessageHandlerOptions class.

Properties

Name Description
System_CAPS_pubproperty AppDisposing

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

System_CAPS_pubproperty BufferPolicySelector

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

System_CAPS_pubproperty ExceptionHandler

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

System_CAPS_pubproperty ExceptionLogger

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

System_CAPS_pubproperty MessageHandler

Gets or sets the HttpMessageHandler to submit requests to.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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