Click or drag to resize

CookieGetHashCode Method

Serves as a hash function for a Cookie object.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
An Int32 that represents the hash code for the current Cookie.
See Also