2 writes to acceptor
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
854this.acceptor = new InputQueueChannelAcceptor<TChannel>(this); 861this.acceptor = (InputQueueChannelAcceptor<TChannel>)(object)(new TransportReplyChannelAcceptor(this));
1 reference to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
877get { return this.acceptor; }