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