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