Partager via


NetSectionGroup.RequestCaching Propriété

Définition

Obtient la section de configuration contenant les paramètres de configuration du cache de l'ordinateur local.

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

Valeur de propriété

Objet RequestCachingSection.

Attributs

Remarques

La section retournée par cette propriété correspond à l’élément< de configuration requestCaching> Element (Network Settings).

S’applique à