BasicHttpBinding.EnableHttpCookieContainer Propiedad

Definición

Precaución

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

Obtiene o establece un valor que indica si el contenedor de cookie HTTP se ha habilitado.

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

Valor de propiedad

Boolean

true si el contenedor de cookies HTTP en caché está habilitado; en caso contrario, false.

Atributos

Se aplica a