Compartilhar via


BasicHttpBinding.EnableHttpCookieContainer Propriedade

Definição

Cuidado

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

Obtém ou define um valor que indica se o contêiner de cookies HTTP está 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 da propriedade

Boolean

true se o contêiner de cookie HTTP estiver habilitado; caso contrário, false.

Atributos

Aplica-se a