C-DEngine 5.105

Cookie..::..CommentUri Property

Gets or sets the value of the CommentURL attribute of the cookie.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Uri CommentUri { get; set; }
Public Property CommentUri As Uri
	Get
	Set
public:
property Uri^ CommentUri {
	Uri^ get ();
	void set (Uri^ value);
}

Field Value

A [Uri] that represents the URI that provides the comment to document intended use of the cookie.