Aracılığıyla paylaş


ClientRuntime.ClientMessageInspectors Özellik

Tanım

Belirli bir hizmet işleminin iletilerini görüntülemek veya değiştirmek için kullanılan ileti denetçisi nesnelerinin bir koleksiyonunu alır.

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)

Özellik Değeri

Belirli bir hizmet işleminin iletilerini görüntülemek veya değiştirmek için kullanılan ileti denetçisi nesnelerinin koleksiyonu.

Açıklamalar

ClientMessageInspectors, iş parçacığı güvenli bir koleksiyondur.

Şunlara uygulanır