3 types derived from InputQueueChannel
System.ServiceModel (3)
System\ServiceModel\Channels\DuplexChannel.cs (1)
11
abstract class DuplexChannel :
InputQueueChannel
<Message>, IDuplexChannel
System\ServiceModel\Channels\InputChannel.cs (1)
11
class InputChannel :
InputQueueChannel
<Message>, IInputChannel
System\ServiceModel\Channels\ReplyChannel.cs (1)
11
class ReplyChannel :
InputQueueChannel
<RequestContext>, IReplyChannel
10 references to InputQueueChannel
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1520
where TQueuedChannel :
InputQueueChannel
<TQueuedItem>
System\ServiceModel\Channels\DeliveryStrategy.cs (5)
14
InputQueueChannel
<ItemType> channel;
18
public DeliveryStrategy(
InputQueueChannel
<ItemType> channel, int quota)
29
protected
InputQueueChannel
<ItemType> Channel
80
InputQueueChannel
<ItemType> channel,
179
public UnorderedDeliveryStrategy(
InputQueueChannel
<ItemType> channel, int quota)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (3)
14
where TChannel :
InputQueueChannel
<Message>
19
InputQueueChannel
<Message> inputQueueChannel;
26
public PeerMessageQueueAdapter(
InputQueueChannel
<Message> inputQueueChannel)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
13
where TChannel : /*ChannelInterfaceType,*/
InputQueueChannel
<QueueItemType>