5 references to RequestCachingSection
System (5)
net\System\Net\Configuration\NetSectionGroup.cs (2)
52
public
RequestCachingSection
RequestCaching
54
get { return (
RequestCachingSection
)Sections[ConfigurationStrings.RequestCachingSectionName]; }
net\System\Net\Configuration\RequestCachingSection.cs (3)
159
internal RequestCachingSectionInternal(
RequestCachingSection
section)
290
RequestCachingSection
section = PrivilegedConfigurationManager.GetSection(ConfigurationStrings.RequestCachingSectionPath) as
RequestCachingSection
;