HttpServer.Dispatcher Property

 

Gets the HTTP dispatcher that handles incoming requests.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public HttpMessageHandler Dispatcher { get; }
public:
property HttpMessageHandler^ Dispatcher {
    HttpMessageHandler^ get();
}
member Dispatcher : HttpMessageHandler with get
Public ReadOnly Property Dispatcher As HttpMessageHandler

Property Value

Type: System.Net.Http.HttpMessageHandler

The HTTP dispatcher that handles incoming requests.

See Also

HttpServer Class
System.Web.Http Namespace

Return to top