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