HttpBindingBaseElement.AllowCookies 속성

정의

클라이언트가 쿠키를 허용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)]
public bool AllowCookies { get; set; }
[<System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)>]
member this.AllowCookies : bool with get, set
Public Property AllowCookies As Boolean

속성 값

true클라이언트가 쿠키를 수락하면 이고, 그렇지 않으면 . false

특성

적용 대상