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