1 type derived from InputQueueChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\DuplexChannel.cs (1)
10internal abstract class DuplexChannel : InputQueueChannel<Message>, IDuplexChannel, IAsyncDuplexChannel
4 references to InputQueueChannel
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\DeliveryStrategy.cs (4)
15public DeliveryStrategy(InputQueueChannel<ItemType> channel, int quota) 26protected InputQueueChannel<ItemType> Channel { get; } 55InputQueueChannel<ItemType> channel, 154public UnorderedDeliveryStrategy(InputQueueChannel<ItemType> channel, int quota)