NetSectionGroup.RequestCaching 属性
定义
获取包含本地计算机的缓存配置设置的配置节。Gets the configuration section containing the cache configuration settings for the local computer.
public:
property System::Net::Configuration::RequestCachingSection ^ RequestCaching { System::Net::Configuration::RequestCachingSection ^ get(); };
[System.Configuration.ConfigurationProperty("requestCaching")]
public System.Net.Configuration.RequestCachingSection RequestCaching { get; }
[<System.Configuration.ConfigurationProperty("requestCaching")>]
member this.RequestCaching : System.Net.Configuration.RequestCachingSection
Public ReadOnly Property RequestCaching As RequestCachingSection
属性值
RequestCachingSection 对象。A RequestCachingSection object.
- 属性
注解
此属性返回的部分对应于 < > (网络设置) 配置元素的 requestCaching 元素。The section returned by this property corresponds to the <requestCaching> Element (Network Settings) configuration element.