2 references to onRequest
System.ServiceModel (2)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
152IAsyncResult result = this.channel.BeginRequest(this.message, this.timeoutHelper.RemainingTime(), onRequest, this); 235requestResult = this.channel.BeginRequest(this.requestMessage, this.timeoutHelper.RemainingTime(), onRequest, this);