Gets or sets the value of the Version attribute of the cookie.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public int Version { get; set; }
Property Value
Type:
Int32
An
Int32 that represents the version of the HTTP state management
to which the cookie conforms.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException |
The value specified for a set operation isn't 0 or 1.
|
See Also