ClientRuntimeCompatBase.MessageInspectors 属性

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

获取客户端的消息检查器实现的集合。

public:
 property System::Collections::Generic::IList<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ MessageInspectors { System::Collections::Generic::IList<System::ServiceModel::Dispatcher::IClientMessageInspector ^> ^ get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Collections.Generic.IList<System.ServiceModel.Dispatcher.IClientMessageInspector> MessageInspectors { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.MessageInspectors : System.Collections.Generic.IList<System.ServiceModel.Dispatcher.IClientMessageInspector>
Public ReadOnly Property MessageInspectors As IList(Of IClientMessageInspector)

属性值

IList<IClientMessageInspector>

客户端的消息检查器实现的集合。

属性

适用于