LocalServiceSecuritySettingsElement.MaxCachedCookies 属性

定义

获取或设置一个值,该值指定可以缓存的最大 Cookie 数。

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

属性值

Int32

可以缓存的最大 Cookie 数。

属性

适用于