HttpControllerHandler Class
A T:System.Web.IHttpTaskAsyncHandler that passes ASP.NET requests into the HttpServer pipeline and write the result back.
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
| Name | Description | |
|---|---|---|
![]() | HttpControllerHandler(RouteData^) | Initializes a new instance of the HttpControllerHandler class. |
![]() | HttpControllerHandler(RouteData^, HttpMessageHandler^) | Initializes a new instance of the HttpControllerHandler class. |
| Name | Description | |
|---|---|---|
![]() | IsReusable | (Inherited from HttpTaskAsyncHandler.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProcessRequest(HttpContext^) | (Inherited from HttpTaskAsyncHandler.) |
![]() | ProcessRequestAsync(HttpContext^) | Provides code that handles an asynchronous task(Overrides HttpTaskAsyncHandler::ProcessRequestAsync(HttpContext^).) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler::BeginProcessRequest(HttpContext^, AsyncCallback^, Object^) | (Inherited from HttpTaskAsyncHandler.) |
![]() ![]() | IHttpAsyncHandler::EndProcessRequest(IAsyncResult^) | (Inherited from HttpTaskAsyncHandler.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




