1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
568this.context = context;
7 references to context
System.ServiceModel (7)
System\ServiceModel\Channels\HttpRequestContext.cs (7)
592context.httpOutput.EndSend(result); 597context.httpOutput.Close(); 697this.closeOutputAfterReply = context.PrepareReply(ref this.responseMessage); 703if (context.httpPipeline.SendAsyncReply(this.responseMessage, onHttpPipelineSend, this) == AsyncCompletionResult.Queued) 713if (this.context.HttpMessagesSupported) 736result = context.httpOutput.BeginSend(this.timeoutHelper.RemainingTime(), onSendCompleted, this); 740result = context.httpOutput.BeginSend(httpResponseMessage, this.timeoutHelper.RemainingTime(), onSendCompleted, this);