NetSectionGroup.RequestCaching Vlastnost

Definice

Získá oddíl konfigurace obsahující nastavení konfigurace mezipaměti pro místní počítač.

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

Hodnota vlastnosti

Objekt RequestCachingSection .

Atributy

Poznámky

Část vrácená touto vlastností odpovídá <elementu konfigurace requestCaching> Element (Network Settings).

Platí pro