1 write to duplexAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
157this.duplexAcceptor = new InputQueueChannelAcceptor<IDuplexSessionChannel>(this);
2 references to duplexAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\TcpChannelListener.cs (2)
162get { return this.duplexAcceptor; } 171duplexAcceptor.EnqueueAndDispatch(channel, preambleReader.ConnectionDequeuedCallback);