10 references to Response
System.ServiceModel.Activation (10)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (10)
637
Application.
Response
.Close();
848
this.context.
Response
.ContentType = contentType;
856
this.context.
Response
.AddHeader(HttpChannelUtilities.ContentEncodingHeader, contentEncoding);
872
this.context.
Response
.BufferOutput = false;
880
this.context.
Response
.AppendHeader(name, value);
888
this.context.
Response
.TrySkipIisCustomErrors = true;
889
this.context.
Response
.StatusCode = statusCode;
897
this.context.
Response
.StatusDescription = statusDescription;
905
this.context.
Response
.AppendHeader("Connection", "close");
927
return this.context.
Response
.OutputStream;