5 references to DefaultSendCacheControlHeader
System.Web (5)
Configuration\HttpRuntimeSection.cs (2)
185
DefaultSendCacheControlHeader
,
578
[ConfigurationProperty("sendCacheControlHeader", DefaultValue =
DefaultSendCacheControlHeader
)]
Configuration\OutputCacheSection.cs (2)
47
HttpRuntimeSection.
DefaultSendCacheControlHeader
,
133
[ConfigurationProperty("sendCacheControlHeader", DefaultValue = HttpRuntimeSection.
DefaultSendCacheControlHeader
)]
HttpResponse.cs (1)
387
bool sendCacheControlHeader = HttpRuntimeSection.
DefaultSendCacheControlHeader
;