4 references to HttpResponseHeader
System.Web (4)
Cache\OutputCache.cs (1)
235HttpResponseHeader h = new HttpResponseHeader(oce.HeaderElements[i].Name, oce.HeaderElements[i].Value);
HttpResponse.cs (3)
252headers.Add(new HttpResponseHeader(key, responseHeaders[key])); 412headers.Add(new HttpResponseHeader("X-AspNet-Version", versionHeader)); 2062h = new HttpResponseHeader(name, value);