ServiceHostBase.ChannelDispatchers Propiedad

Definición

Obtiene la colección de distribuidores de canales utilizados por el host de servicio.

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

Valor de propiedad

ChannelDispatcherCollection que contiene los distribuidores de canales utilizados por el host de servicio.

Se aplica a