BasicHttpBinding.EnableHttpCookieContainer Właściwość

Definicja

Przestroga

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

Pobiera lub ustawia wartość wskazującą, czy kontener plików cookie HTTP jest włączony.

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

Wartość właściwości

true jeśli kontener plików cookie HTTP jest włączony; w przeciwnym razie , false.

Atrybuty

Dotyczy