ClientRuntime.ClientMessageInspectors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.