15 instantiations of UriPrefixTable
System.ServiceModel (15)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
28
this.addressTable = new
UriPrefixTable
<TChannelListener>();
System\ServiceModel\Channels\HttpAnonymousUriPrefixMatcher.cs (2)
24
this.anonymousUriPrefixes = new
UriPrefixTable
<Uri>(objectToClone.anonymousUriPrefixes);
42
this.anonymousUriPrefixes = new
UriPrefixTable
<Uri>(true);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
62
new
UriPrefixTable
<ITransportManagerRegistration>(true);
System\ServiceModel\Channels\HttpTransportManager.cs (1)
199
addressTable = new
UriPrefixTable
<HttpChannelListener>();
System\ServiceModel\Channels\Msmq.cs (1)
15
static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = new
UriPrefixTable
<ITransportManagerRegistration>();
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
180
new
UriPrefixTable
<ITransportManagerRegistration>();
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\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
43
this.addressTable = new
UriPrefixTable
<object>();
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (4)
23
this.toHostTable = new
UriPrefixTable
<CandidateSet>();
24
this.toNoHostTable = new
UriPrefixTable
<CandidateSet>();
93
this.toHostTable = new
UriPrefixTable
<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>();
94
this.toNoHostTable = new
UriPrefixTable
<EndpointAddressMessageFilterTable<TFilterData>.CandidateSet>();
40 references to UriPrefixTable
System.ServiceModel (40)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
16
UriPrefixTable
<TChannelListener> addressTable;
31
UriPrefixTable
<TChannelListener> AddressTable
System\ServiceModel\Channels\HttpAnonymousUriPrefixMatcher.cs (1)
13
UriPrefixTable
<Uri> anonymousUriPrefixes;
System\ServiceModel\Channels\HttpChannelListener.cs (3)
61
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable =
288
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
304
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
106
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\HttpTransportManager.cs (10)
15
volatile Dictionary<string,
UriPrefixTable
<HttpChannelListener>> addressTables;
22
this.addressTables = new Dictionary<string,
UriPrefixTable
<HttpChannelListener>>();
69
internal virtual
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
89
foreach (KeyValuePair<string,
UriPrefixTable
<HttpChannelListener>> pair in this.addressTables)
150
UriPrefixTable
<HttpChannelListener> addressTable;
151
Dictionary<string,
UriPrefixTable
<HttpChannelListener>> localAddressTables = addressTables;
189
UriPrefixTable
<HttpChannelListener> addressTable;
196
Dictionary<string,
UriPrefixTable
<HttpChannelListener>> newAddressTables =
197
new Dictionary<string,
UriPrefixTable
<HttpChannelListener>>(addressTables);
225
UriPrefixTable
<HttpChannelListener> addressTable;
System\ServiceModel\Channels\Msmq.cs (2)
15
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable = new UriPrefixTable<ITransportManagerRegistration>();
60
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
76
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\NamedPipeChannelListener.cs (3)
179
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable =
203
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
211
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\PeerChannelListener.cs (3)
32
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable =
111
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
119
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\SharedHttpsTransportManager.cs (3)
11
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable =
28
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
33
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\TcpChannelListener.cs (3)
187
static
UriPrefixTable
<ITransportManagerRegistration> transportManagerTable =
262
internal static
UriPrefixTable
<ITransportManagerRegistration> StaticTransportManagerTable
270
internal override
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\TransportChannelListener.cs (1)
266
internal abstract
UriPrefixTable
<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\TransportManager.cs (2)
74
internal static void EnsureRegistered<TChannelListener>(
UriPrefixTable
<TChannelListener> addressTable,
88
protected void Fault<TChannelListener>(
UriPrefixTable
<TChannelListener> addressTable, Exception exception)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
41
internal UriPrefixTable(
UriPrefixTable
<TItem> objectToClone)
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilter.cs (1)
21
UriPrefixTable
<object> addressTable;
System\ServiceModel\Dispatcher\PrefixEndpointAddressMessageFilterTable.cs (3)
13
UriPrefixTable
<CandidateSet> toHostTable;
14
UriPrefixTable
<CandidateSet> toNoHostTable;
81
UriPrefixTable
<CandidateSet> GetAddressTable(bool includeHostNameInComparison)