4 types derived from TransactionChannel
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
217
class TransactionOutputChannelGeneric<TChannel> :
TransactionChannel
<TChannel>, IOutputChannel
274
class TransactionRequestChannelGeneric<TChannel> :
TransactionChannel
<TChannel>, IRequestChannel
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
259
class TransactionReceiveChannelGeneric<TChannel> :
TransactionChannel
<TChannel>, IInputChannel
356
class TransactionReplyChannelGeneric<TChannel> :
TransactionChannel
<TChannel>, IReplyChannel
2 references to TransactionChannel
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (2)
14
TransactionChannel
<TChannel> channel;
16
internal TransactionChannelFaultConverter(
TransactionChannel
<TChannel> channel)