ServiceHostBase.ChannelDispatchers Propriété

Définition

Obtient la collection de répartiteurs de canal utilisés par l’hôte du service.

public:
 property System::ServiceModel::Dispatcher::ChannelDispatcherCollection ^ ChannelDispatchers { System::ServiceModel::Dispatcher::ChannelDispatcherCollection ^ get(); };
public System.ServiceModel.Dispatcher.ChannelDispatcherCollection ChannelDispatchers { get; }
member this.ChannelDispatchers : System.ServiceModel.Dispatcher.ChannelDispatcherCollection
Public ReadOnly Property ChannelDispatchers As ChannelDispatcherCollection

Valeur de propriété

ChannelDispatcherCollection

ChannelDispatcherCollection qui contient les répartiteurs de canal utilisés par l'hôte du service.

S’applique à