ServiceHostBase::ChannelDispatchers Property
.NET Framework (current version)
Gets the collection of channel dispatchers used by the service host.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ChannelDispatcherCollection^ ChannelDispatchers { ChannelDispatcherCollection^ get(); }
Property Value
Type: System.ServiceModel.Dispatcher::ChannelDispatcherCollection^The ChannelDispatcherCollection that contains the channel dispatchers used by the service host.
.NET Framework
Available since 3.0
Available since 3.0
Show: