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