共用方式為


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>

訊息偵測器實作的集合。

屬性

適用於