DispatchRuntime.MessageInspectors プロパティ

定義

エンドポイントを通過するすべての受信および送信メッセージにカスタム メッセージ インスペクターを結合するために使用できる IDispatchMessageInspector オブジェクトのコレクションを取得します。

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

プロパティ値

SynchronizedCollection<IDispatchMessageInspector>

SynchronizedCollection<T> 型の IDispatchMessageInspector オブジェクト。

注釈

MessageInspectors プロパティを使用して、エンドポイントを通過するすべてのメッセージを検査または変換するカスタムの IDispatchMessageInspector オブジェクトを結び付けます。 IDispatchMessageInspector オブジェクトはメッセージへの参照を取得するため、それをバッファーに格納して、メッセージ本文のコピーを調べることができます。

適用対象