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