System 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationSection This class corresponds to the RequestCaching Element (Network Settings) configuration element. This class is used to access information about default caching behavior for resources requested by using the and classes. This class provides programmatic access to information that can be stored in configuration files. Represents the configuration section for cache behavior. This class cannot be inherited. Constructor 2.0.0.0 4.0.0.0 To be added. Initializes a new instance of the class. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("defaultFtpCachePolicy") System.Net.Configuration.FtpCachePolicyElement To be added. To be added. Gets the default FTP caching behavior for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("defaultHttpCachePolicy") System.Net.Configuration.HttpCachePolicyElement To be added. Unless the property is set to true, the policy returned by this property overrides the policy set in the property. Gets the default caching behavior for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("defaultPolicyLevel", DefaultValue=Mono.Cecil.CustomAttributeArgument) System.Net.Cache.RequestCacheLevel To be added. To be added. Gets or sets the default cache policy level. Method 2.0.0.0 4.0.0.0 System.MonoTODO System.Void To be added. To be added. To be added. To be added. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("disableAllCaching", DefaultValue=Mono.Cecil.CustomAttributeArgument) System.Boolean To be added. If this configuration attribute is set to true in any configuration file, caching is disabled globally, and all other cache related settings are ignored. In addition, caching cannot be enabled programmatically. Gets or sets a Boolean value that enables caching on the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("isPrivateCache", DefaultValue=Mono.Cecil.CustomAttributeArgument) System.Boolean To be added. On client machines, this value is typically set to true indicating that one user cannot use resources cached by another user. For middle-tier applications, this value is typically set to false. Gets or sets a Boolean value that indicates whether the local computer cache is private. Method 2.0.0.0 4.0.0.0 System.MonoTODO System.Void To be added. To be added. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("unspecifiedMaximumAge", DefaultValue=Mono.Cecil.CustomAttributeArgument) System.TimeSpan To be added. Setting this property ensures that a resource that does not have expiration header information does not remain fresh in the cache indefinitely. Gets or sets a value used as the maximum age for cached resources that do not have expiration information.