Share via


BasicHttpBinding.EnableHttpCookieContainer 속성

정의

주의

This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.

HTTP 쿠키 컨테이너가 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool EnableHttpCookieContainer { bool get(); void set(bool value); };
[System.Obsolete("This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.", false)]
public bool EnableHttpCookieContainer { get; set; }
[<System.Obsolete("This property is obsolete. To enable Http CookieContainer, use the AllowCookies property instead.", false)>]
member this.EnableHttpCookieContainer : bool with get, set
Public Property EnableHttpCookieContainer As Boolean

속성 값

Boolean

HTTP 쿠키 컨테이너를 사용하면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상