Java.Net.HttpCookie.Path Property
Returns the Path attribute.

Syntax

[get: Android.Runtime.Register("getPath", "()Ljava/lang/String;", "GetGetPathHandler")]
[set: Android.Runtime.Register("setPath", "(Ljava/lang/String;)V", "GetSetPath_Ljava_lang_String_Handler")]
public string Path { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Path attribute. This cookie is visible to all subpaths.

Set method documentation [Android Documentation]

Set the Path attribute of this cookie. HTTP clients send cookies to this path and its subpaths.

Requirements

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