tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Api
Models
Internal
RawData.cs
Go to the documentation of this file.
1
namespace
Tgstation
.
Server
.
Api
.Models.Internal
2
{
6
public
abstract
class
RawData
7
{
11
#pragma warning disable CA1819, SA1011 // Properties should not return arrays, Closing square bracket should be followed by a space
12
public
byte[]? Content {
get
;
set
; }
13
#pragma warning restore CA1819, SA1011 // Properties should not return arrays, Closing square bracket should be followed by a space
14
}
15
}
Tgstation.Server.Api.HeaderTypes.Api
Api header.
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Api.Models.Internal.RawData
Represents raw bytes.
Definition:
RawData.cs:6
Tgstation
Generated by
1.8.11