HttpControllerDispatcher Class
Dispatches an incoming HttpRequestMessage to an IHttpController implementation for processing.
Inheritance Hierarchy
System.Object
HttpMessageHandler
System.Web.Http.Dispatcher.HttpControllerDispatcher
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpControllerDispatcher _
Inherits HttpMessageHandler
'Usage
Dim instance As HttpControllerDispatcher
public class HttpControllerDispatcher : HttpMessageHandler
public ref class HttpControllerDispatcher : public HttpMessageHandler
type HttpControllerDispatcher =
class
inherit HttpMessageHandler
end
public class HttpControllerDispatcher extends HttpMessageHandler
The HttpControllerDispatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpControllerDispatcher | Initializes a new instance of the HttpControllerDispatcher class with the specified configuration. |
Top
Properties
Name | Description | |
---|---|---|
Configuration | Gets the HTTP configuration. |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from HttpMessageHandler.) | |
Dispose(Boolean) | (Inherited from HttpMessageHandler.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendAsync | Dispatches an incoming HttpRequestMessage to an IHttpController. (Overrides HttpMessageHandlerSendAsync(HttpRequestMessage, CancellationToken).) | |
ToString | (Inherited from Object.) |
Top
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.