ClientRuntime.MessageInspectors Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a list of message inspector implementations for a client.

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

Syntax

'Declaration
Public ReadOnly Property MessageInspectors As IList(Of IClientMessageInspector)
public IList<IClientMessageInspector> MessageInspectors { get; }

Remarks

Use the MessageInspectors property to attach custom IClientMessageInspector implementations to inspect or modify all messages that flow through the client.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.