Sdílet prostřednictvím


ClientOperation.ClientParameterInspectors Vlastnost

Definice

Získá kolekci objektů inspektoru parametrů sloužících k zobrazení nebo úpravě parametrů před nebo následným voláním klienta.

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

Hodnota vlastnosti

ICollection<IParameterInspector>

Kolekce objektů inspektoru parametrů sloužících k zobrazení nebo úpravě parametrů před nebo následným voláním klienta.

Poznámky

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

Platí pro