Java.Net.HttpCookie.MaxAge Property
Returns the Max-Age attribute, in delta-seconds.

Syntax

[get: Android.Runtime.Register("getMaxAge", "()J", "GetGetMaxAgeHandler")]
[set: Android.Runtime.Register("setMaxAge", "(J)V", "GetSetMaxAge_JHandler")]
public long MaxAge { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Max-Age attribute, in delta-seconds.

Set method documentation [Android Documentation]

Sets the Max-Age attribute of this cookie.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9