IHttpRoute::Handler Property

 

Gets the message handler that will be the recipient of the request.

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

property HttpMessageHandler^ Handler {
	HttpMessageHandler^ get();
}

Property Value

Type: System.Net.Http::HttpMessageHandler^

The message handler.

Return to top
Show: