DispatchRuntime.MessageInspectors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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<T> 类型的一个 IDispatchMessageInspector 对象。
注解
使用 MessageInspectors 属性可附加自定义 IDispatchMessageInspector 对象,该对象可检查或转换流过终结点的所有消息。 由于 IDispatchMessageInspector 对象可获取对消息的引用,因此可以对其进行缓冲,并检查正文的副本。