Java.Net.CookiePolicy Class
CookiePolicy has three pre-defined policy.

See Also: CookiePolicy Members

Syntax

[Android.Runtime.Register("java/net/CookiePolicy")]
public abstract class CookiePolicy

Remarks

CookiePolicy has three pre-defined policy. They are ACCEPT_ALL, ACCEPT_NONE and ACCEPT_ORIGINAL_SERVER respectively. They are used to decide which cookies should be accepted and which should not be. See sections 3.3 and 7 for more detail.

[Android Documentation]

Requirements

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