1 write to onHttpPipelineSend
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
700onHttpPipelineSend = new Action<object, HttpResponseMessage>(OnHttpPipelineSendCallback);
2 references to onHttpPipelineSend
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
698if (onHttpPipelineSend == null) 703if (context.httpPipeline.SendAsyncReply(this.responseMessage, onHttpPipelineSend, this) == AsyncCompletionResult.Queued)