DispatchRuntime::MessageInspectors Property
Gets a collection of IDispatchMessageInspector objects that can be used to attach a custom message inspector for all incoming and outgoing messages across the endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SynchronizedCollection<IDispatchMessageInspector^>^ MessageInspectors { SynchronizedCollection<IDispatchMessageInspector^>^ get(); }
Property Value
Type: System.Collections.Generic::SynchronizedCollection<IDispatchMessageInspector^>^A SynchronizedCollection<T> object of type IDispatchMessageInspector.
Use the MessageInspectors property to attach custom IDispatchMessageInspector objects that can inspect or transform all messages that flow through the endpoint. Because the IDispatchMessageInspector object gets a reference to the message, you can buffer it and examine a copy of the body.
Available since 3.0