ClientRuntime.ClientMessageInspectors Свойство

Определение

Получает коллекцию объектов инспектора сообщений, используемых для просмотра или изменения сообщений определенной операции службы.

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)

Значение свойства

Коллекция объектов инспектора сообщений, используемых для просмотра или изменения сообщений определенной операции службы.

Комментарии

ClientMessageInspectors — это потокобезопасная коллекция.

Применяется к