次の方法で共有


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> 要素 (ネットワーク設定) 構成要素に<対応します。

適用対象