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