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