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)

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

public ref class HttpControllerHandler : HttpTaskAsyncHandler

NameDescription
System_CAPS_pubmethodHttpControllerHandler(RouteData^)

Initializes a new instance of the HttpControllerHandler class.

System_CAPS_pubmethodHttpControllerHandler(RouteData^, HttpMessageHandler^)

Initializes a new instance of the HttpControllerHandler class.

NameDescription
System_CAPS_pubpropertyIsReusable

(Inherited from HttpTaskAsyncHandler.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodProcessRequest(HttpContext^)

(Inherited from HttpTaskAsyncHandler.)

System_CAPS_pubmethodProcessRequestAsync(HttpContext^)

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

System_CAPS_pubmethodToString()

(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.

Return to top
Show: