BasicHttpBinding.EnableHttpCookieContainer Свойство

Определение

Внимание!

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

Получает или задает значение, указывающее, включен ли HTTP-контейнер файлов cookie.

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

Значение true, если контейнер файлов cookie HTTP включен; в противном случае — значение false.

Атрибуты

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