Click or drag to resize

CookieHttpOnly Property

Gets or sets a value indicating whether non-HTTP APIs can access the cookie.

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

Property Value

Type: Boolean
true if non-HTTP APIs cannot access the cookie; otherwise, false. The default value is false.
See Also