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.
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.
Show: