8 references to InputQueueChannelAcceptor
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3470this.Acceptor = new InputQueueChannelAcceptor<TChannel>(this);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
854this.acceptor = new InputQueueChannelAcceptor<TChannel>(this);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
22this.acceptor = new InputQueueChannelAcceptor<IInputChannel>(this);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
150this.duplexAcceptor = new InputQueueChannelAcceptor<IDuplexSessionChannel>(this);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
557this.inputQueueChannelAcceptor = new InputQueueChannelAcceptor<TChannel>(this);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
21: base(channelManager)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
157this.duplexAcceptor = new InputQueueChannelAcceptor<IDuplexSessionChannel>(this);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1108: base(manager)