ServiceHostBase.ChannelDispatchers Propiedad

Definición

Obtiene la colección de distribuidores del canal utilizados por el host del 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

ChannelDispatcherCollection que contiene los distribuidores del canal utilizados por el host del servicio.

Se aplica a