tgstation-server
6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Transfer
FileUploadStreamKind.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Transfer
2
{
6
public
enum
FileUploadStreamKind
7
{
11
None
,
12
16
ForSynchronousIO
,
17
}
18
}
Tgstation.Server.Host.Transfer
Definition
FileDownloadProvider.cs:9
Tgstation.Server.Host.Transfer.FileUploadStreamKind
FileUploadStreamKind
Determines the type of global::System.IO.Stream returned from IFileUploadTicket's created from IFileT...
Definition
FileUploadStreamKind.cs:7
Tgstation.Server.Host.Transfer.FileUploadStreamKind.None
@ None
Stream is the unbuffered request.
Tgstation.Server.Host.Transfer.FileUploadStreamKind.ForSynchronousIO
@ ForSynchronousIO
Use a Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream as a backend.
Generated by
1.9.8