Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
Photon.SocketServer.REST.IRestRequestContext Interface Reference

Inherited by Photon.SocketServer.REST.RestRequestContext.

Public Member Functions

SendResult SendResponse (byte[] data)
 
SendResult SendResponse (string data)
 
SendResult SendErrorResponse (int code, string message)
 

Member Function Documentation

◆ SendErrorResponse()

SendResult Photon.SocketServer.REST.IRestRequestContext.SendErrorResponse ( int  code,
string  message 
)

◆ SendResponse() [1/2]

SendResult Photon.SocketServer.REST.IRestRequestContext.SendResponse ( byte[]  data)

◆ SendResponse() [2/2]

SendResult Photon.SocketServer.REST.IRestRequestContext.SendResponse ( string  data)