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