6 references to UriPrefixTable
System.ServiceModel (6)
System\ServiceModel\Channels\HttpAnonymousUriPrefixMatcher.cs (1)
42this.anonymousUriPrefixes = new UriPrefixTable<Uri>(true);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
62new UriPrefixTable<ITransportManagerRegistration>(true);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
33new UriPrefixTable<ITransportManagerRegistration>(true);
System\ServiceModel\Channels\SharedHttpsTransportManager.cs (1)
12new UriPrefixTable<ITransportManagerRegistration>(true);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
188new UriPrefixTable<ITransportManagerRegistration>(true);
System\ServiceModel\Channels\UriPrefixTable.cs (1)
24: this(false)