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


LocalServiceSecuritySettingsElement.MaxCachedCookies Свойство

Определение

Возвращает или задает значение, указывающее максимальное количество кэшируемых куки-файлов.

public:
 property int MaxCachedCookies { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxCachedCookies { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxCachedCookies : int with get, set
Public Property MaxCachedCookies As Integer

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

Максимальное количество файлов cookie, которые могут быть кэшированы.

Атрибуты

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