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