Optional flags to be used in Photon client SDKs with Op RaiseEvent and Op SetProperties. Introduced mainly for webhooks 1.2 to control behavior of forwarded HTTP requests.
More...
|
| WebFlags (byte webhookFlags) |
|
|
byte | WebhookFlags |
|
const byte | HttpForwardConst = 0x01 |
|
const byte | SendAuthCookieConst = 0x02 |
|
const byte | SendSyncConst = 0x04 |
|
const byte | SendStateConst = 0x08 |
|
|
bool | HttpForward [get, set] |
| Indicates whether to forward HTTP request to web service or not. More...
|
|
bool | SendAuthCookie [get, set] |
| Indicates whether to send AuthCookie of actor in the HTTP request to web service or not. More...
|
|
bool | SendSync [get, set] |
| Indicates whether to send HTTP request synchronously or asynchronously to web service. More...
|
|
bool | SendState [get, set] |
| Indicates whether to send serialized game state in HTTP request to web service or not. More...
|
|
Optional flags to be used in Photon client SDKs with Op RaiseEvent and Op SetProperties. Introduced mainly for webhooks 1.2 to control behavior of forwarded HTTP requests.
Indicates whether to forward HTTP request to web service or not.
Indicates whether to send AuthCookie of actor in the HTTP request to web service or not.
Indicates whether to send serialized game state in HTTP request to web service or not.
Indicates whether to send HTTP request synchronously or asynchronously to web service.