NetSectionGroup.RequestCaching Propriedade

Definição

Obtém a seção de configuração que contém as definições de configuração 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 da propriedade

Um objeto RequestCachingSection.

Atributos

Comentários

A seção retornada por essa propriedade corresponde ao <elemento de configuração requestCaching> Element (Configurações de Rede).

Aplica-se a