EndpointDispatcher::FilterPriority Property
.NET Framework (current version)
Gets or sets the priority of the ContractFilter and the AddressFilter combination when the ChannelDispatcher is selecting endpoints.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ChannelDispatcher combines the AddressFilter value with the ContractFilter value to determine whether to route a message to this endpoint.
In the case where two EndpointDispatcher objects that match can process a message, the FilterPriority property is used to select an endpoint.
If two endpoints can process a message and the value of their FilterPriority property matches, a System.ServiceModel.Dispatcher::MultipleFilterMatchesException is thrown.
.NET Framework
Available since 3.0
Available since 3.0
Show: