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.
Gets the HTTP dispatcher that handles incoming requests.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Dispatcher As HttpMessageHandler
Get
'Usage
Dim instance As HttpServer
Dim value As HttpMessageHandler
value = instance.Dispatcher
public HttpMessageHandler Dispatcher { get; }
public:
property HttpMessageHandler^ Dispatcher {
HttpMessageHandler^ get ();
}
member Dispatcher : HttpMessageHandler
function get Dispatcher () : HttpMessageHandler
Property Value
Type: HttpMessageHandler
The HTTP dispatcher that handles incoming requests.