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