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 public bool HttpOnly { get; set; }
Property Value
Type:
Booleantrue if non-HTTP APIs cannot access the cookie; otherwise,
false.
The default value is
false.
See Also