3 types derived from TransactionChannel
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransactionChannel.cs (3)
186internal class TransactionOutputChannelGeneric<TChannel> : TransactionChannel<TChannel>, IOutputChannel, IAsyncOutputChannel where TChannel : class, IOutputChannel 246internal class TransactionRequestChannelGeneric<TChannel> : TransactionChannel<TChannel>, IRequestChannel, IAsyncRequestChannel where TChannel : class, IRequestChannel 413internal class TransactionReceiveChannelGeneric<TChannel> : TransactionChannel<TChannel>, IInputChannel, IAsyncInputChannel
2 references to TransactionChannel
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionChannelFaultConverter.cs (2)
12private TransactionChannel<TChannel> _channel; 14internal TransactionChannelFaultConverter(TransactionChannel<TChannel> channel)