Click or drag to resize

SmartFoxSessionToken Property

Returns the unique session token of the client.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string SessionToken { get; }

Property Value

Type: String
Remarks
The session token is a string sent by the server to the client after the initial handshake. It is required as mean of identification when uploading files to the server.
See Also