Click or drag to resize

CookieComment Property

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

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string Comment { get; set; }

Property Value

Type: String
A String that represents the comment to document intended use of the cookie.
See Also