Sends a request to a Zone or Room Extension.

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

Syntax

C#
public class ExtensionRequest : BaseRequest

Remarks

Each request to an extension is characterized by two parameters:
  • command name: any string that identifies an action that should be executed on the server side. We recommend to use the same command name for both the client request and the server response.
  • request data: you can send any simple or complex data structures to your extension(s) via the SFSObject class

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests..::..ExtensionRequest

See Also