Click or drag to resize

CookieCommentUri Property

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

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

Property Value

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