HttpCachePolicyElement 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示网络资源的默认 HTTP 缓存策略。 此类不能被继承。
public ref class HttpCachePolicyElement sealed : System::Configuration::ConfigurationElementpublic sealed class HttpCachePolicyElement : System.Configuration.ConfigurationElementtype HttpCachePolicyElement = class
    inherit ConfigurationElementPublic NotInheritable Class HttpCachePolicyElement
Inherits ConfigurationElement- 继承
注解
此类对应于默认的 <HttpCachePolicy> 元素 (网络设置) 配置元素。
此类用于指定适用于使用 WebRequest 和 WebClient 类获取的网络资源的 HTTP 缓存配置。
此类提供对可存储在配置文件中的信息的编程访问。
构造函数
| HttpCachePolicyElement() | 初始化 HttpCachePolicyElement 类的新实例。 |