Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpConfiguration::MessageHandlers Property

 

Gets an ordered list of DelegatingHandler instances to be invoked as an HttpRequestMessage travels up the stack and an HttpResponseMessage travels down in stack in return.

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

public:
property Collection<DelegatingHandler^>^ MessageHandlers {
	Collection<DelegatingHandler^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::Collection<DelegatingHandler^>^

The message handler collection.

Return to top
Show: