BasicHttpBinding.EnableHttpCookieContainer Propriété

Définition

Attention

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

Obtient ou définit une valeur indiquant si le conteneur de cookies HTTP est activé.

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

Valeur de propriété

Boolean

true si le conteneur de cookies est activé ; sinon false.

Attributs

S’applique à