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