DispatchRuntime.MessageInspectors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection d’objets IDispatchMessageInspector qui peuvent être utilisés pour joindre un inspecteur de message personnalisé pour tous les messages entrants et sortants à travers le point de terminaison.
public:
property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IDispatchMessageInspector ^> ^ MessageInspectors { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::IDispatchMessageInspector ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IDispatchMessageInspector> MessageInspectors { get; }
member this.MessageInspectors : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.IDispatchMessageInspector>
Public ReadOnly Property MessageInspectors As SynchronizedCollection(Of IDispatchMessageInspector)
Valeur de propriété
Objet SynchronizedCollection<T> de type IDispatchMessageInspector.
Remarques
Utilisez la propriété MessageInspectors pour attacher des objets IDispatchMessageInspector personnalisés pouvant inspecter ou transformer tous les messages transmis via le point de terminaison. Comme l'objet IDispatchMessageInspector obtient une référence au message, vous pouvez le mettre en mémoire tampon et examiner une copie du corps du message.