1 write to _headers
System.Web (1)
HttpResponse.cs (1)
927
_headers
= new HttpHeaderCollection(_wr, this, 16);
6 references to _headers
System.Web (6)
HttpResponse.cs (6)
926
if (
_headers
== null) {
930
return
_headers
;
1633
if (
_headers
!= null) {
1634
coding =
_headers
["Content-Encoding"];
2134
if (
_headers
!= null) {
2135
_headers
.ClearInternal();