NetSectionGroup.RequestCaching Propriedade

Definição

Obtém a secção de configuração que contém as definições de cache para o computador 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

Valor de Propriedade

Um objeto RequestCachingSection.

Atributos

Observações

A secção devolvida por esta propriedade corresponde ao <elemento de configuração requestCaching> (Network Settings).

Aplica-se a