tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChunkSetInfo.cs
Go to the documentation of this file.
2{
6 public abstract class ChunkSetInfo : IChunkPayloadId
7 {
9 public uint? PayloadId { get; set; }
10
14 public uint TotalChunks { get; set; }
15 }
16}
Information about a chunked bridge request.
uint? PayloadId
The ID of the full request to differentiate different chunkings.Nullable to prevent default value omi...
uint TotalChunks
The total number of chunks in the request.
Represents the payload ID of a set of chunked data.