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.
Public ReadOnly Property MessageInspectors As SynchronizedCollection(Of IDispatchMessageInspector)
Dim instance As DispatchRuntime Dim value As SynchronizedCollection(Of IDispatchMessageInspector) value = instance.MessageInspectors
public SynchronizedCollection<IDispatchMessageInspector> MessageInspectors { get; }
public: property SynchronizedCollection<IDispatchMessageInspector^>^ MessageInspectors { SynchronizedCollection<IDispatchMessageInspector^>^ get (); }
public function get MessageInspectors () : SynchronizedCollection<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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003