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