Click or drag to resize

CookieExpires Property

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

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

Property Value

Type: DateTime
A DateTime that represents the date and time at which the cookie expires. The default value is MinValue.
See Also