Implemented interface member:
property
HeaderElements
System.Web.Caching.IOutputCacheEntry.HeaderElements
6 references to HeaderElements
System.Web (6)
Cache\OutputCache.cs (6)
232
if (oce.
HeaderElements
!= null && oce.
HeaderElements
.Count > 0) {
233
headers = new ArrayList(oce.
HeaderElements
.Count);
234
for (int i = 0; i < oce.
HeaderElements
.Count; i++) {
235
HttpResponseHeader h = new HttpResponseHeader(oce.
HeaderElements
[i].Name, oce.
HeaderElements
[i].Value);