HttpControllerDispatcher Class

 

Dispatches an incoming HttpRequestMessage to an IHttpController implementation for processing.

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

Inheritance Hierarchy

System.Object
  System.Net.Http.HttpMessageHandler
    System.Web.Http.Dispatcher.HttpControllerDispatcher

Syntax

public class HttpControllerDispatcher : HttpMessageHandler
public ref class HttpControllerDispatcher : HttpMessageHandler
type HttpControllerDispatcher = 
    class
        inherit HttpMessageHandler
    end
Public Class HttpControllerDispatcher
    Inherits HttpMessageHandler

Constructors

Name Description
System_CAPS_pubmethod HttpControllerDispatcher(HttpConfiguration)

Initializes a new instance of the HttpControllerDispatcher class with the specified configuration.

Properties

Name Description
System_CAPS_pubproperty Configuration

Gets the HTTP configuration.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from HttpMessageHandler.)

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_protmethod SendAsync(HttpRequestMessage, CancellationToken)

Dispatches an incoming HttpRequestMessage to an IHttpController.(Overrides HttpMessageHandler.SendAsync(HttpRequestMessage, CancellationToken).)

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.Dispatcher Namespace

Return to top