1 write to _httpResponse
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
27_httpResponse = httpResponse;
103 references to _httpResponse
System.Web (103)
Abstractions\HttpResponseWrapper.cs (103)
32return _httpResponse.Buffer; 35_httpResponse.Buffer = value; 41return _httpResponse.BufferOutput; 44_httpResponse.BufferOutput = value; 50return new HttpCachePolicyWrapper(_httpResponse.Cache); 56return _httpResponse.CacheControl; 59_httpResponse.CacheControl = value; 65return _httpResponse.Charset; 68_httpResponse.Charset = value; 74return _httpResponse.ClientDisconnectedToken; 80return _httpResponse.ContentEncoding; 83_httpResponse.ContentEncoding = value; 89return _httpResponse.ContentType; 92_httpResponse.ContentType = value; 98return _httpResponse.Cookies; 104return _httpResponse.Expires; 107_httpResponse.Expires = value; 113return _httpResponse.ExpiresAbsolute; 116_httpResponse.ExpiresAbsolute = value; 122return _httpResponse.Filter; 125_httpResponse.Filter = value; 131return _httpResponse.Headers; 137return _httpResponse.HeadersWritten; 143return _httpResponse.HeaderEncoding; 146_httpResponse.HeaderEncoding = value; 152return _httpResponse.IsClientConnected; 158return _httpResponse.IsRequestBeingRedirected; 164return _httpResponse.Output; 167_httpResponse.Output = value; 173return _httpResponse.OutputStream; 179return _httpResponse.RedirectLocation; 182_httpResponse.RedirectLocation = value; 188return _httpResponse.Status; 191_httpResponse.Status = value; 197return _httpResponse.StatusCode; 200_httpResponse.StatusCode = value; 206return _httpResponse.StatusDescription; 209_httpResponse.StatusDescription = value; 215return _httpResponse.SubStatusCode; 218_httpResponse.SubStatusCode = value; 224return _httpResponse.SupportsAsyncFlush; 230return _httpResponse.SuppressContent; 233_httpResponse.SuppressContent = value; 239return _httpResponse.SuppressDefaultCacheControlHeader; 242_httpResponse.SuppressDefaultCacheControlHeader = value; 248return _httpResponse.SuppressFormsAuthenticationRedirect; 251_httpResponse.SuppressFormsAuthenticationRedirect = value; 257return _httpResponse.TrySkipIisCustomErrors; 260_httpResponse.TrySkipIisCustomErrors = value; 265_httpResponse.AddCacheItemDependency(cacheKey); 269_httpResponse.AddCacheItemDependencies(cacheKeys); 273_httpResponse.AddCacheItemDependencies(cacheKeys); 277_httpResponse.AddCacheDependency(dependencies); 281_httpResponse.AddFileDependency(filename); 285return _httpResponse.AddOnSendingHeaders(HttpContextWrapper.WrapCallback(callback)); 289_httpResponse.AddFileDependencies(filenames); 293_httpResponse.AddFileDependencies(filenames); 297_httpResponse.AddHeader(name, value); 301_httpResponse.AppendCookie(cookie); 305_httpResponse.AppendHeader(name, value); 309_httpResponse.AppendToLog(param); 313return _httpResponse.ApplyAppPathModifier(virtualPath); 317return _httpResponse.BeginFlush(callback, state); 321_httpResponse.BinaryWrite(buffer); 325_httpResponse.Clear(); 329_httpResponse.ClearContent(); 333_httpResponse.ClearHeaders(); 337_httpResponse.Close(); 341_httpResponse.DisableKernelCache(); 345_httpResponse.DisableUserCache(); 349_httpResponse.End(); 353_httpResponse.EndFlush(asyncResult); 357_httpResponse.Flush(); 361return _httpResponse.FlushAsync(); 365_httpResponse.Pics(value); 369_httpResponse.Redirect(url); 373_httpResponse.Redirect(url, endResponse); 377_httpResponse.RedirectPermanent(url); 381_httpResponse.RedirectPermanent(url, endResponse); 385_httpResponse.RedirectToRoute(routeValues); 389_httpResponse.RedirectToRoute(routeName); 393_httpResponse.RedirectToRoute(routeValues); 397_httpResponse.RedirectToRoute(routeName, routeValues); 401_httpResponse.RedirectToRoute(routeName, routeValues); 405_httpResponse.RedirectToRoutePermanent(routeValues); 409_httpResponse.RedirectToRoutePermanent(routeName); 413_httpResponse.RedirectToRoutePermanent(routeValues); 417_httpResponse.RedirectToRoutePermanent(routeName, routeValues); 421_httpResponse.RedirectToRoutePermanent(routeName, routeValues); 433_httpResponse.SetCookie(cookie); 437_httpResponse.TransmitFile(filename); 441_httpResponse.TransmitFile(filename, offset, length); 445_httpResponse.Write(s); 449_httpResponse.Write(ch); 453_httpResponse.Write(buffer, index, count); 457_httpResponse.Write(obj); 461_httpResponse.WriteFile(filename); 465_httpResponse.WriteFile(filename, readIntoMemory); 469_httpResponse.WriteFile(filename, offset, size); 473_httpResponse.WriteFile(fileHandle, offset, size); 477_httpResponse.WriteSubstitution(callback); 481_httpResponse.PushPromise(path); 485_httpResponse.PushPromise(path, method, headers);