Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 MessageInspectors Property
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DispatchRuntime..::.MessageInspectors Property

Updated: November 2007

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)
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 ();
}
J#
/** @property */
public SynchronizedCollection<IDispatchMessageInspector> get_MessageInspectors()
JScript
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 Vista, Windows XP SP2, 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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker