1 write to _propVaryByHeader
System.Web (1)
Configuration\OutputCacheProfile.cs (1)
76
_propVaryByHeader
= new ConfigurationProperty("varyByHeader",
3 references to _propVaryByHeader
System.Web (3)
Configuration\OutputCacheProfile.cs (3)
97
_properties.Add(
_propVaryByHeader
);
201
return (string)base[
_propVaryByHeader
];
204
base[
_propVaryByHeader
] = value;