BasicClientCookie.Version Property

Definition

Gets or sets the cookie specification version.

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

Property Value

The version number declared by this cookie.

Attributes

Remarks

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