ClientRuntime.ClientMessageInspectors Egenskap

Definition

Hämtar en samling meddelandekontrollobjekt som används för att visa eller ändra meddelanden för en viss tjänståtgärd.

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)

Egenskapsvärde

En samling meddelandekontrollobjekt som används för att visa eller ändra meddelanden för en viss tjänståtgärd.

Kommentarer

ClientMessageInspectors är en trådsäker samling.

Gäller för