ClientOperation.ClientParameterInspectors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來檢視或修改用戶端呼叫之前或之後參數的參數偵測器物件集合。
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)
屬性值
用來檢視或修改用戶端呼叫之前或之後參數的參數偵測器物件集合。
備註
ClientParameterInspectors 是安全線程的集合。