Поделиться через


NetSectionGroup.RequestCaching Свойство

Определение

Возвращает раздел конфигурации, содержащий параметры конфигурации кэша для локального компьютера.

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

Значение свойства

Объект RequestCachingSection.

Атрибуты

Комментарии

Раздел, возвращаемый этим свойством, соответствует элементу конфигурации <requestCaching> Element (Параметры сети).

Применяется к