2 references to onReply
System.ServiceModel (2)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
155IAsyncResult result = this.context.innerContext.BeginReply(this.message, this.timeoutHelper.RemainingTime(), onReply, this); 236replyResult = this.context.innerContext.BeginReply(this.replyMessage, this.timeoutHelper.RemainingTime(), onReply, this);