Send a chat Private Message to another User

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

Syntax

C#
public class PrivateMessageRequest : GenericMessageRequest

Remarks

Private Messages can be exchanged between Users in the same Rooms or in different Rooms.
They can also be sent between Users that are not joined to any Rooms at all.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests..::..GenericMessageRequest
      Sfs2X.Requests..::..PrivateMessageRequest

See Also