Java.Net.HttpCookie.Version Property
Returns the version of this cookie.

Syntax

[get: Android.Runtime.Register("getVersion", "()I", "GetGetVersionHandler")]
[set: Android.Runtime.Register("setVersion", "(I)V", "GetSetVersion_IHandler")]
public int Version { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif v is neither 0 nor 1
Java.Lang.IllegalArgumentExceptionif v is neither 0 nor 1
Java.Lang.IllegalArgumentExceptionif v is neither 0 nor 1
Java.Lang.IllegalArgumentExceptionif v is neither 0 nor 1
Java.Lang.IllegalArgumentExceptionif v is neither 0 nor 1

Remarks

Get method documentation [Android Documentation]

Returns the version of this cookie.

Set method documentation [Android Documentation]

Sets the Version attribute of the cookie.

Requirements

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