The json webrequest is send if using ReplayStream.WebhookRequestType.Json. Binary web request holds all meta information in according headers.
More...
Inherits IWebRequest.
|
| string | AppId [get, set] |
| | Photon AppId. More...
|
| |
| int | ChunkNumber [get, set] |
| | Incremental chunk number. More...
|
| |
| Dictionary< string, object > | CustomProperties [get, set] |
| | Add custom data to base JSON object using the JsonExtensionData attribute. More...
|
| |
| string | GameId [get, set] |
| | Session Unique Game Id. More...
|
| |
| byte[] | Input [get, set] |
| | The compressed input. More...
|
| |
| bool | IsCompressed [get, set] |
| | Input array is Zip compressed. More...
|
| |
| bool | IsLast [get, set] |
| | The last chunk for the replay stream. More...
|
| |
| int | LastTick [get, set] |
| | The oldest tick in this chunk More...
|
| |
| int | TickCount [get, set] |
| | The number of ticks serialized in this chunk. More...
|
| |
| int | TickCountTotal [get, set] |
| | The number of ticks serialized in total. More...
|
| |
The json webrequest is send if using ReplayStream.WebhookRequestType.Json. Binary web request holds all meta information in according headers.