HttpControllerHandler Class
A IHttpAsyncHandler that passes ASP.NET requests into the HttpServer pipeline and write the result back.
Namespace: System.Web.Http.WebHost
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
The HttpControllerHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpControllerHandler | Initializes a new instance of the HttpControllerHandler class. |
| Name | Description | |
|---|---|---|
![]() | IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. |
| Name | Description | |
|---|---|---|
![]() | BeginProcessRequest | Begins the process request. |
![]() | EndProcessRequest | Provides an asynchronous process End method when the process ends. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessRequest | Processes the request. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler.BeginProcessRequest | Begins processing the request. |
![]() ![]() | IHttpAsyncHandler.EndProcessRequest | Provides an asynchronous process End method when the process ends. |
![]() ![]() | IHttpHandler.IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. |
![]() ![]() | IHttpHandler.ProcessRequest | Processes the request. |

