ClientRuntime.ClientMessageInspectors 属性

定义

获取用于查看或修改特殊服务操作消息的消息检查对象的集合。

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

属性值

ICollection<IClientMessageInspector>

用于查看或修改特定服务操作消息的消息检查器对象的集合。

注解

ClientMessageInspectors 是线程安全集合。

适用于