共用方式為


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) 組態專案。

適用於