1 write to replyAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
118
this.
replyAcceptor
= new ConnectionOrientedTransportReplyChannelAcceptor(this);
2 references to replyAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
123
get { return this.
replyAcceptor
; }
138
replyAcceptor
.Enqueue(requestContext, callback, canDispatchOnThisThread);