Click or drag to resize

RoomExtension Class

The RoomExtension class contains a specific subset of the RoomSettings required to create a Room.
Inheritance Hierarchy
SystemObject
  Sfs2X.RequestsRoomExtension

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class RoomExtension

The RoomExtension type exposes the following members.

Constructors
  NameDescription
Public methodRoomExtension
Creates a new RoomExtension instance.
Top
Properties
  NameDescription
Public propertyClassName
Returns the fully qualified name of the main class of the Extension.
Public propertyId
Returns the name of the Extension to be attached to the Room.
Public propertyPropertiesFile
Defines the name of an optional properties file that should be loaded on the server-side during the Extension initialization.
Top
Remarks
This class defines which server-side Extension should be attached to the Room upon creation.

The client can communicate with the Room Extension by means of the ExtensionRequest request.

See Also