ServiceHostBase.ChannelDispatchers 屬性

定義

取得服務主機使用的通道發送器集合。

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

屬性值

ChannelDispatcherCollection

包含服務主機使用之通道發送器的 ChannelDispatcherCollection

適用於