tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IFileTransferTicketProvider.cs
Go to the documentation of this file.
2
4{
24}
Response for when file transfers are necessary.
Represents a file on disk to be downloaded.
Service for temporarily storing files to be downloaded or uploaded.
FileTicketResponse CreateDownload(FileDownloadProvider fileDownloadProvider)
Create a FileTicketResponse for a download.
IFileUploadTicket CreateUpload(FileUploadStreamKind streamKind)
Create a IFileUploadTicket.
A FileTicketResponse that waits for a pending upload.
FileUploadStreamKind
Determines the type of global::System.IO.Stream returned from IFileUploadTicket's created from IFileT...