Share via


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는 스레드로부터 안전한 컬렉션입니다.

적용 대상