HttpCookie.HasExpired Property

Definition

Reports whether this HTTP cookie has expired or not.

public bool HasExpired { [Android.Runtime.Register("hasExpired", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasExpired", "()Z", "")>]
member this.HasExpired : bool

Property Value

Boolean

true to indicate this HTTP cookie has expired; otherwise, false

Attributes

Remarks

Java documentation for java.net.HttpCookie.hasExpired().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to