tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
FileUploadStreamKind.cs
Go to the documentation of this file.
2{
7 {
11 None,
12
17 }
18}
FileUploadStreamKind
Determines the type of global::System.IO.Stream returned from IFileUploadTicket's created from IFileT...
@ None
Stream is the unbuffered request.
@ ForSynchronousIO
Use a Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream as a backend.