Share via


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

속성 값

Int32

캐시될 수 있는 최대 쿠키 수입니다.

특성

적용 대상