BasicHttpBinding.EnableHttpCookieContainer Свойство

Определение

Внимание

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

Возвращает или задает значение, указывающее, включен ли контейнер cookie 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

Значение свойства

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

Атрибуты

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