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.
Namespace:
System.ServiceModel.Dispatcher
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
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
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference