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