HttpControllerDispatcher Class
Dispatches an incoming HttpRequestMessage to an IHttpController implementation for processing.
Assembly: System.Web.Http (in System.Web.Http.dll)
System.Net.Http::HttpMessageHandler
System.Web.Http.Dispatcher::HttpControllerDispatcher
| Name | Description | |
|---|---|---|
![]() | HttpControllerDispatcher(HttpConfiguration^) | Initializes a new instance of the HttpControllerDispatcher class with the specified configuration. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets the HTTP configuration. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from HttpMessageHandler.) |
![]() | Dispose(Boolean) | (Inherited from HttpMessageHandler.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SendAsync(HttpRequestMessage^, CancellationToken) | Dispatches an incoming HttpRequestMessage to an IHttpController.(Overrides HttpMessageHandler::SendAsync(HttpRequestMessage^, CancellationToken).) |
![]() | 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.


