2 implementations of ITransactionChannelManager
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
13
sealed class TransactionChannelFactory<TChannel> : LayeredChannelFactory<TChannel>,
ITransactionChannelManager
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
13
sealed class TransactionChannelListener<TChannel> : DelegatingChannelListener<TChannel>,
ITransactionChannelManager
2 references to ITransactionChannelManager
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannel.cs (2)
35
ITransactionChannelManager
factory;
41
this.factory = (
ITransactionChannelManager
)channelManager;