17 references to HttpResponseHeader
System.Web (17)
HttpCachePolicy.cs (9)
881
_headerCacheControl = new
HttpResponseHeader
(HttpWorkerRequest.HeaderCacheControl, sb.ToString());
889
s_headerPragmaNoCache = new
HttpResponseHeader
(HttpWorkerRequest.HeaderPragma, "no-cache");
896
s_headerExpiresMinus1 = new
HttpResponseHeader
(HttpWorkerRequest.HeaderExpires, "-1");
908
_headerExpires = new
HttpResponseHeader
(HttpWorkerRequest.HeaderExpires, expirationDate);
916
_headerLastModified = new
HttpResponseHeader
(HttpWorkerRequest.HeaderLastModified, lastModifiedDate);
925
_headerEtag = new
HttpResponseHeader
(HttpWorkerRequest.HeaderEtag, _etag);
963
_headerVaryBy = new
HttpResponseHeader
(HttpWorkerRequest.HeaderVary, varyByHeaders);
998
headerExpires = new
HttpResponseHeader
(HttpWorkerRequest.HeaderExpires, expirationDate);
1032
headerCacheControl = new
HttpResponseHeader
(HttpWorkerRequest.HeaderCacheControl, sb.ToString());
HttpCookie.cs (1)
493
return new
HttpResponseHeader
(HttpWorkerRequest.HeaderSetCookie, s.ToString());
HttpResponse.cs (7)
249
headers.Add(new
HttpResponseHeader
(headerId, responseHeaders[key]));
428
headers.Add(new
HttpResponseHeader
(HttpWorkerRequest.HeaderLocation, _redirectLocation));
456
headers.Add(new
HttpResponseHeader
(HttpWorkerRequest.HeaderCacheControl, "private"));
466
headers.Add(new
HttpResponseHeader
(HttpWorkerRequest.HeaderContentType, contentType));
631
AppendHeader(new
HttpResponseHeader
(HttpWorkerRequest.HeaderTransferEncoding, "chunked"));
2054
_cacheHeaders.Add(new
HttpResponseHeader
(knownHeaderIndex, value));
2060
h = new
HttpResponseHeader
(knownHeaderIndex, value);