tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChunkData.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
sealed
class
ChunkData
:
ChunkSetInfo
7
{
12
public
uint?
SequenceId
{
get
;
set
; }
13
17
public
string
?
Payload
{
get
;
set
; }
18
}
19
}
Tgstation.Server.Host.Components.Interop.ChunkData
A packet of a split serialized set of data.
Definition
ChunkData.cs:7
Tgstation.Server.Host.Components.Interop.ChunkData.SequenceId
uint? SequenceId
The sequence ID of the chunk.
Definition
ChunkData.cs:12
Tgstation.Server.Host.Components.Interop.ChunkData.Payload
string? Payload
The partial JSON payload of the chunk.
Definition
ChunkData.cs:17
Tgstation.Server.Host.Components.Interop.ChunkSetInfo
Information about a chunked bridge request.
Definition
ChunkSetInfo.cs:7
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8