Photon Server API Documentation
v5.0RC1
Inherited by Photon.SocketServer.REST.RestRequestContext.
Public Member Functions | |
| SendResult | SendResponse (byte[] data) |
| SendResult | SendResponse (string data) |
| SendResult | SendErrorResponse (int code, string message) |
| SendResult Photon.SocketServer.REST.IRestRequestContext.SendErrorResponse | ( | int | code, |
| string | message | ||
| ) |
| SendResult Photon.SocketServer.REST.IRestRequestContext.SendResponse | ( | byte[] | data | ) |
| SendResult Photon.SocketServer.REST.IRestRequestContext.SendResponse | ( | string | data | ) |