ServiceHostBase.ChannelDispatchers Propriedade

Definição

Obtém a coleção de dispatchers de canal usada pelo host de serviço.

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 da propriedade

ChannelDispatcherCollection

O ChannelDispatcherCollection que contém os dispatchers de canal usados pelo host de serviço.

Aplica-se a