12 references to Headers
System.Web (11)
Abstractions\HttpResponseWrapper.cs (1)
131
return _httpResponse.
Headers
;
HttpResponse.cs (10)
227
HttpHeaderCollection responseHeaders =
Headers
as HttpHeaderCollection;
264
HttpHeaderCollection headers =
Headers
as HttpHeaderCollection;
368
Headers
.Set("Cache-Control", "private");
373
Headers
.Set("X-AspNet-Version", versionHeader);
1435
HttpHeaderCollection headers =
Headers
as HttpHeaderCollection;
2044
Headers
.Add(name, value);
2172
Headers
.Set("Cache-Control", "private");
3415
HttpHeaderCollection headers =
Headers
as HttpHeaderCollection;
3429
HttpHeaderCollection headers =
Headers
as HttpHeaderCollection;
3451
HttpHeaderCollection headers =
Headers
as HttpHeaderCollection;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
136
return _httpResponse.
Headers
;