1 implementation of ITransactionChannelManager
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
11
internal sealed class TransactionChannelFactory<TChannel> : LayeredChannelFactory<TChannel>,
ITransactionChannelManager
2 references to ITransactionChannelManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionChannel.cs (2)
28
private
ITransactionChannelManager
_factory;
33
_factory = (
ITransactionChannelManager
)channelManager;