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 public string SessionToken { get; }
Property Value
Type:
StringRemarks
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