4 implementations of ITransportManagerRegistration
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
13abstract class HttpTransportManager : TransportManager, ITransportManagerRegistration
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
12: ConnectionOrientedTransportManager<NamedPipeChannelListener>, ITransportManagerRegistration
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
14class SharedTcpTransportManager : TcpTransportManager, ITransportManagerRegistration
System\ServiceModel\Channels\TransportChannelListener.cs (1)
669abstract class TransportManagerRegistration : ITransportManagerRegistration
44 references to ITransportManagerRegistration
System.ServiceModel (44)
System\ServiceModel\Channels\HttpChannelListener.cs (6)
61static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = 62new UriPrefixTable<ITransportManagerRegistration>(true); 288internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable 304internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 312internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri) 597out ITransportManagerRegistration registration)
System\ServiceModel\Channels\HttpsChannelListener.cs (2)
106internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 136internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri)
System\ServiceModel\Channels\HttpTransportManager.cs (2)
69internal virtual UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 212IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\Msmq.cs (3)
15static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = new UriPrefixTable<ITransportManagerRegistration>(); 60internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (3)
76internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 81internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri) 135ITransportManagerRegistration registration;
System\ServiceModel\Channels\NamedPipeChannelListener.cs (5)
179static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = 180new UriPrefixTable<ITransportManagerRegistration>(); 203internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable 211internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 219internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri)
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
129IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\PeerChannelListener.cs (5)
32static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = 33new UriPrefixTable<ITransportManagerRegistration>(true); 111internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable 119internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 285internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri)
System\ServiceModel\Channels\SharedHttpsTransportManager.cs (4)
11static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = 12new UriPrefixTable<ITransportManagerRegistration>(true); 28internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable 33internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
207IList<TransportManager> ITransportManagerRegistration.Select(TransportChannelListener channelListener)
System\ServiceModel\Channels\TcpChannelListener.cs (6)
187static UriPrefixTable<ITransportManagerRegistration> transportManagerTable = 188new UriPrefixTable<ITransportManagerRegistration>(true); 262internal static UriPrefixTable<ITransportManagerRegistration> StaticTransportManagerTable 270internal override UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 287internal override ITransportManagerRegistration CreateTransportManagerRegistration() 300internal override ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri)
System\ServiceModel\Channels\TransportChannelListener.cs (6)
266internal abstract UriPrefixTable<ITransportManagerRegistration> TransportManagerTable 360internal virtual ITransportManagerRegistration CreateTransportManagerRegistration() 365internal abstract ITransportManagerRegistration CreateTransportManagerRegistration(Uri listenUri); 476bool TryGetTransportManagerRegistration(out ITransportManagerRegistration registration) 503out ITransportManagerRegistration registration) 515ITransportManagerRegistration registration;