Share via


HttpControllerHandler Class

 

A T:System.Web.IHttpTaskAsyncHandler 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)

Inheritance Hierarchy

System.Object
  System.Web.HttpTaskAsyncHandler
    System.Web.Http.WebHost.HttpControllerHandler

Syntax

public class HttpControllerHandler : HttpTaskAsyncHandler
public ref class HttpControllerHandler : HttpTaskAsyncHandler
type HttpControllerHandler = 
    class
        inherit HttpTaskAsyncHandler
    end
Public Class HttpControllerHandler
    Inherits HttpTaskAsyncHandler

Constructors

Name Description
System_CAPS_pubmethod HttpControllerHandler(RouteData)

Initializes a new instance of the HttpControllerHandler class.

System_CAPS_pubmethod HttpControllerHandler(RouteData, HttpMessageHandler)

Initializes a new instance of the HttpControllerHandler class.

Properties

Name Description
System_CAPS_pubproperty IsReusable

(Inherited from HttpTaskAsyncHandler.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ProcessRequest(HttpContext)

(Inherited from HttpTaskAsyncHandler.)

System_CAPS_pubmethod ProcessRequestAsync(HttpContext)

Provides code that handles an asynchronous task(Overrides HttpTaskAsyncHandler.ProcessRequestAsync(HttpContext).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)

(Inherited from HttpTaskAsyncHandler.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

(Inherited from HttpTaskAsyncHandler.)

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.

See Also

System.Web.Http.WebHost Namespace

Return to top