Java.Net.HttpCookie.Value Property
Returns the value of this cookie.

Syntax

[get: Android.Runtime.Register("getValue", "()Ljava/lang/String;", "GetGetValueHandler")]
[set: Android.Runtime.Register("setValue", "(Ljava/lang/String;)V", "GetSetValue_Ljava_lang_String_Handler")]
public string Value { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the value of this cookie.

Set method documentation [Android Documentation]

Sets the opaque value 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