NetSectionGroup.RequestCaching Eigenschaft

Definition

Ruft den Konfigurationsabschnitt ab, der die Cachekonfigurationseinstellungen für den lokalen Computer enthält.

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

Eigenschaftswert

Ein RequestCachingSection-Objekt.

Attribute

Hinweise

Der von dieser Eigenschaft zurückgegebene Abschnitt entspricht dem <Konfigurationselement requestCaching-Element> (Netzwerkeinstellungen).

Gilt für: