다음을 통해 공유


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>

메시지 검사자 구현 컬렉션입니다.

특성

적용 대상