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