1 override of SendAsyncReply
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
475public override AsyncCompletionResult SendAsyncReply(Message message, Action<object, HttpResponseMessage> asyncSendCallback, object state)
1 reference to SendAsyncReply
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
703if (context.httpPipeline.SendAsyncReply(this.responseMessage, onHttpPipelineSend, this) == AsyncCompletionResult.Queued)