HttpCookie.CommentURL Property

Definition

Returns the comment URL describing the purpose of this cookie, or null if the cookie has no comment URL. -or- Specifies a comment URL that describes a cookie's purpose.

public string? CommentURL { [Android.Runtime.Register("getCommentURL", "()Ljava/lang/String;", "")] get; [Android.Runtime.Register("setCommentURL", "(Ljava/lang/String;)V", "")] set; }
[<get: Android.Runtime.Register("getCommentURL", "()Ljava/lang/String;", "")>]
[<set: Android.Runtime.Register("setCommentURL", "(Ljava/lang/String;)V", "")>]
member this.CommentURL : string with get, set

Property Value

String

a String containing the comment URL, or null if none

Attributes

Remarks

Property getter documentation:

Java documentation for java.net.HttpCookie.getCommentURL().

Property setter documentation:

Java documentation for java.net.HttpCookie.setCommentURL(java.lang.String).

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