9 references to MessageFilterTable
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
209
this.filterTable = new
MessageFilterTable
<IChannelListener>();
1651
this.filterTable = new
MessageFilterTable
<InputQueueChannelListener<TInnerChannel>>();
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
22
this.table = new
MessageFilterTable
<FilterDataPair>();
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (1)
61
filters = new
MessageFilterTable
<EndpointDispatcher>();
System\ServiceModel\Dispatcher\ThreadSafeMessageFilterTable.cs (1)
20
this.table = new
MessageFilterTable
<FilterData>();
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
31
this.whereRuntime = new
MessageFilterTable
<SelectRuntime>();
System.ServiceModel.Routing (3)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
59
this.filterTable = new
MessageFilterTable
<StrictAndMessageFilter>();
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
72
MessageFilterTable<IEnumerable<ServiceEndpoint>> routingTable = new
MessageFilterTable
<IEnumerable<ServiceEndpoint>>();
System\ServiceModel\Routing\RoutingConfiguration.cs (1)
24
: this(new
MessageFilterTable
<IEnumerable<ServiceEndpoint>>(), DefaultRouteOnHeadersOnly)