The User object represent a client logged in the Server.

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class SFSUser : User

Remarks

The client API don't know about all Users connected to the server side but only about those that are in the same Rooms where the client is joined.

In order to interact with other Users the client can join different Rooms or use a BuddyList to keep track of and interact with his friends.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Entities..::..SFSUser

See Also