3 types derived from TransactionReceiveChannelGeneric
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannelListener.cs (3)
124
sealed class TransactionInputChannel :
TransactionReceiveChannelGeneric
<IInputChannel>
148
sealed class TransactionInputSessionChannel :
TransactionReceiveChannelGeneric
<IInputSessionChannel>, IInputSessionChannel
501
class TransactionDuplexChannelGeneric<TChannel> :
TransactionReceiveChannelGeneric
<TChannel>, IDuplexChannel