BasicHttpBinding.EnableHttpCookieContainer Proprietà

Definizione

Attenzione

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

Ottiene o imposta un valore che indica se il contenitore di cookie HTTP è abilitato.

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

Valore della proprietà

true se il contenitore dei cookie HTTP è abilitato. In caso contrario, false.

Attributi

Si applica a