다음을 통해 공유


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> 요소(네트워크 설정) 구성 요소에 해당합니다<.

적용 대상