Sdílet prostřednictvím


ClientRuntime.ClientMessageInspectors Vlastnost

Definice

Získá kolekci objektů kontroly zpráv používané k zobrazení nebo úpravě zpráv konkrétní operace služby.

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)

Hodnota vlastnosti

Kolekce objektů kontroly zpráv, které slouží k zobrazení nebo úpravě zpráv konkrétní operace služby.

Poznámky

ClientMessageInspectors je kolekce bezpečná pro vlákna.

Platí pro