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