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