.NET Framework Class Library
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.

Namespace:  System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property MessageInspectors As SynchronizedCollection(Of IDispatchMessageInspector)
Visual Basic (Usage)
Dim instance As DispatchRuntime
Dim value As SynchronizedCollection(Of IDispatchMessageInspector)

value = instance.MessageInspectors
C#
public SynchronizedCollection<IDispatchMessageInspector> MessageInspectors { get; }
Visual C++
public:
property SynchronizedCollection<IDispatchMessageInspector^>^ MessageInspectors {
    SynchronizedCollection<IDispatchMessageInspector^>^ get ();
}
JScript
public function get MessageInspectors () : SynchronizedCollection<IDispatchMessageInspector>
Remarks

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.

.NET Framework Security

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker