System.Web.Http.WebHost Namespace

Contains classes related to web hosting.

Classes

  Class Description
Public class HttpControllerHandler A IHttpAsyncHandler that passes ASP.NET requests into the HttpServer pipeline and write the result back.
Public class HttpControllerRouteHandler A IRouteHandler that returns instances of HttpControllerHandler that can pass requests to a given HttpServer instance.
Public class PreApplicationStartCode Provides a registration point for the simple membership pre-application start code.
Public class WebHostBufferPolicySelector Represents the web host buffer policy selector.