5 overrides of TransportManagerTable
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
304
internal override UriPrefixTable<ITransportManagerRegistration>
TransportManagerTable
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
76
internal override UriPrefixTable<ITransportManagerRegistration>
TransportManagerTable
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
211
internal override UriPrefixTable<ITransportManagerRegistration>
TransportManagerTable
System\ServiceModel\Channels\PeerChannelListener.cs (1)
119
internal override UriPrefixTable<ITransportManagerRegistration>
TransportManagerTable
System\ServiceModel\Channels\TcpChannelListener.cs (1)
270
internal override UriPrefixTable<ITransportManagerRegistration>
TransportManagerTable
4 references to TransportManagerTable
System.ServiceModel (4)
System\ServiceModel\Channels\TransportChannelListener.cs (3)
505
return this.
TransportManagerTable
.TryLookupUri(this.Uri, hostNameComparisonMode, out registration);
529
this.
TransportManagerTable
.RegisterUri(registration.ListenUri, this.hostNameComparisonMode, registration);
553
this.
TransportManagerTable
.RegisterUri(nextUri, this.hostNameComparisonMode, registration);
System\ServiceModel\Channels\TransportManager.cs (1)
181
this.tableLock = listener.
TransportManagerTable
;