NetSectionGroup.RequestCaching Propriedade

Definição

Obtém a seção de configuração que contém as configurações de cache do 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 RequestCachingSection objeto.

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