9 references to UriPrefixTable
System.ServiceModel (9)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
28this.addressTable = new UriPrefixTable<TChannelListener>();
System\ServiceModel\Channels\HttpTransportManager.cs (1)
199addressTable = new UriPrefixTable<HttpChannelListener>();
System\ServiceModel\Channels\Msmq.cs (1)
15static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = new UriPrefixTable<ITransportManagerRegistration>();
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
180new UriPrefixTable<ITransportManagerRegistration>();
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
43this.addressTable = new UriPrefixTable<object>();
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (4)
23this.toHostTable = new UriPrefixTable<CandidateSet>(); 24this.toNoHostTable = new UriPrefixTable<CandidateSet>(); 93this.toHostTable = new UriPrefixTable<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>(); 94this.toNoHostTable = new UriPrefixTable<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>();