1 implementation of ITransactionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannel.cs (1)
32
: LayeredChannel<TChannel>,
ITransactionChannel
2 references to ITransactionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
182
ITransactionChannel
transactionChannel;
185
public TransactionRequestContext(
ITransactionChannel
transactionChannel, ChannelBase channel, RequestContext innerContext,