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