tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
IChunkPayloadId.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
interface
IChunkPayloadId
7
{
12
uint?
PayloadId
{
get
;
set
; }
13
}
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.IChunkPayloadId.PayloadId
uint? PayloadId
The ID of the full request to differentiate different chunkings.
Definition
IChunkPayloadId.cs:12
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8