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