HttpBindingBaseElement.AllowCookies Proprietà

Definizione

Ottiene o imposta un valore che indica se il client accetta cookie.

public:
 property bool AllowCookies { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)]
public bool AllowCookies { get; set; }
[<System.Configuration.ConfigurationProperty("allowCookies", DefaultValue=false)>]
member this.AllowCookies : bool with get, set
Public Property AllowCookies As Boolean

Valore della proprietà

Boolean

true se il client accetta i cookie; in caso contrario, false.

Attributi

Si applica a