1 write to _headers
System.Web (1)
HttpRequest.cs (1)
2246_headers = new HttpHeaderCollection(_wr, this, 8);
8 references to _headers
System.Web (8)
HttpRequest.cs (8)
433_headers.SynchronizeHeader(name, h); 443_headers.SynchronizeHeader(hh[i][0], hh[i][1]); 2233ValidateHttpValueCollection(_headers, RequestValidationSource.Headers); 2237ValidateCookielessHeaderIfRequiredByConfig(_headers[CookielessHelperClass.COOKIELESS_SESSION_FILTER_HEADER]); 2239return _headers; 2245if (_headers == null) { 2252_headers.MakeReadOnly(); 2256return _headers;