Condividi tramite


NetSectionGroup.RequestCaching Proprietà

Definizione

Ottiene la sezione di configurazione contenente le impostazioni di configurazione della cache per il computer locale.

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

Valore della proprietà

Un oggetto RequestCachingSection.

Attributi

Commenti

La sezione restituita da questa proprietà corrisponde all'elemento <di configurazione requestCaching> Element (Network Settings).

Si applica a