EndpointDispatcher.ChannelDispatcher 属性

定义

获取关联的 ChannelDispatcher 对象,该对象可以用于检查或修改其他与通道相关的值和行为。

public:
 property System::ServiceModel::Dispatcher::ChannelDispatcher ^ ChannelDispatcher { System::ServiceModel::Dispatcher::ChannelDispatcher ^ get(); };
public System.ServiceModel.Dispatcher.ChannelDispatcher ChannelDispatcher { get; }
member this.ChannelDispatcher : System.ServiceModel.Dispatcher.ChannelDispatcher
Public ReadOnly Property ChannelDispatcher As ChannelDispatcher

属性值

ChannelDispatcher

通道调度程序,可以用于检查或修改其他与通道相关的值和行为。

注解

ChannelDispatcher 对象从通道接收消息,然后使用 AddressFilterContractFilterFilterPriority 属性来确定由哪个终结点处理消息。

适用于