Click or drag to resize

CookieSecure Property

Gets or sets a value indicating whether the security level of the cookie is secure.

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

Property Value

Type: Boolean
true if the security level of the cookie is secure; otherwise, false. The default value is false.
Remarks
When this property is true, the cookie may be included in the HTTP request only if the request is transmitted over the HTTPS.
See Also