1 write to replyAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\TcpChannelListener.cs (1)
125this.replyAcceptor = new ConnectionOrientedTransportReplyChannelAcceptor(this);
2 references to replyAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\TcpChannelListener.cs (2)
130get { return this.replyAcceptor; } 145replyAcceptor.Enqueue(requestContext, callback, canDispatchOnThisThread);