1 write to replyChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
507this.replyChannelAcceptor = replyChannelAcceptor;
2 references to replyChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
681Fx.Assert(this.replyChannelAcceptor != null, "acceptor should not be null."); 682IAsyncResult result = new EnqueueMessageAsyncResult(this.replyChannelAcceptor, this.dequeuedCallback, this, onEnqueued, this);