ClientRuntime.ClientMessageInspectors Property

Definition

Gets a collection of message inspector objects used to view or modify messages of a particular service operation.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ ClientMessageInspectors { System::Collections::Generic::ICollection<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IClientMessageInspector> ClientMessageInspectors { get; }
member this.ClientMessageInspectors : System.Collections.Generic.ICollection<System.ServiceModel.Dispatcher.IClientMessageInspector>
Public ReadOnly Property ClientMessageInspectors As ICollection(Of IClientMessageInspector)

Property Value

A collection of message inspector objects used to view or modify messages of a particular service operation.

Remarks

ClientMessageInspectors is a thread safe collection.

Applies to