tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IFileDownloader.cs
Go to the documentation of this file.
1using System;
2
4{
9 {
16 IFileStreamProvider DownloadFile(Uri url, string? bearerToken);
17 }
18}
IFileStreamProvider DownloadFile(Uri url, string? bearerToken)
Downloads a file from a given url .
Interface for asynchronously consuming Streams of files.