EndpointDispatcher.ChannelDispatcher 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关联的 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 对象从通道接收消息,然后使用 AddressFilter、ContractFilter 和 FilterPriority 属性来确定由哪个终结点处理消息。