Send a reply to an Invitation.

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

Syntax

C#
public class InvitationReplyRequest : BaseRequest

Remarks

The reply can be either an ACCEPT or REFUSE. If the reply doesn't get to the inviter within the expected amount of time the system will handle it as a REFUSE.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests.Game..::..InvitationReplyRequest

See Also