ClientOperation.ClientParameterInspectors Egenskap

Definition

Hämtar en samling parameterkontrollobjekt som används för att visa eller ändra parametrar före eller efter ett klientanrop.

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)

Egenskapsvärde

En samling parameterkontrollobjekt som används för att visa eller ändra parametrar före eller efter ett klientanrop.

Kommentarer

ClientParameterInspectors är en trådsäker samling.

Gäller för