RequestCachingSection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示快取行為的組態區段。 此類別無法獲得繼承。
public ref class RequestCachingSection sealed : System::Configuration::ConfigurationSection
public sealed class RequestCachingSection : System.Configuration.ConfigurationSection
type RequestCachingSection = class
inherit ConfigurationSection
Public NotInheritable Class RequestCachingSection
Inherits ConfigurationSection
- 繼承
備註
這個類別會對應至 <requestCaching> 元素 (網路設定) 組態專案。
這個類別可用來存取使用 WebRequest 和 WebClient 類別所要求之資源的預設快取行為相關信息。
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
RequestCachingSection() |
初始化 RequestCachingSection 類別的新執行個體。 |