NetSectionGroup.RequestCaching 属性

定义

获取包含本地计算机的缓存配置设置的配置节。

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 对象。

属性

注解

此属性返回的部分对应于 <requestCaching> Element (Network Settings) 配置元素。

适用于