Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A IHttpAsyncHandler that passes ASP.NET requests into the HttpServer pipeline and write the result back.
Inheritance Hierarchy
System.Object
System.Web.Http.WebHost.HttpControllerHandler
Namespace: System.Web.Http.WebHost
Assembly: System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
Syntax
'Declaration
Public Class HttpControllerHandler _
Implements IHttpAsyncHandler, IHttpHandler
'Usage
Dim instance As HttpControllerHandler
public class HttpControllerHandler : IHttpAsyncHandler,
IHttpHandler
public ref class HttpControllerHandler : IHttpAsyncHandler,
IHttpHandler
type HttpControllerHandler =
class
interface IHttpAsyncHandler
interface IHttpHandler
end
public class HttpControllerHandler implements IHttpAsyncHandler, IHttpHandler
The HttpControllerHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
HttpControllerHandler | Initializes a new instance of the HttpControllerHandler class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. |
Top
Methods
| 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.) |
Top
Explicit Interface Implementations
| 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. |
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.
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.gif)