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입니다.

적용 대상