Share via


DispatchOperation.ParameterInspectors プロパティ

定義

特定のプロキシ メソッドの受信オブジェクトおよび送信オブジェクトを検査および変更できる IParameterInspector オブジェクトのコレクションを取得または設定します。

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

プロパティ値

IParameterInspector の実装のコレクション。

注釈

ParameterInspectors プロパティは、IParameterInspector のカスタムの実装を挿入したり、現在の実装を変更するために使用します。 パラメーター インスペクターは、要求の場合はコレクションに追加された順に、応答の場合はそれとは逆の順に呼び出されます。

適用対象