tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
IO
IFileDownloader.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Host.IO
4
{
8
interface
IFileDownloader
9
{
16
IFileStreamProvider
DownloadFile
(Uri url,
string
? bearerToken);
17
}
18
}
Tgstation.Server.Host.IO.IFileDownloader
Downloads files.
Definition
IFileDownloader.cs:9
Tgstation.Server.Host.IO.IFileDownloader.DownloadFile
IFileStreamProvider DownloadFile(Uri url, string? bearerToken)
Downloads a file from a given url .
Tgstation.Server.Host.IO.IFileStreamProvider
Interface for asynchronously consuming Streams of files.
Definition
IFileStreamProvider.cs:12
Tgstation.Server.Host.IO
Definition
BufferedFileStreamProvider.cs:9
Generated by
1.9.8