2 types derived from TransactionDuplexChannelGeneric
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
334class TransactionOutputDuplexChannelGeneric<TChannel> : TransactionDuplexChannelGeneric<TChannel>
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
490class TransactionInputDuplexChannelGeneric<TChannel> : TransactionDuplexChannelGeneric<TChannel>