Interface indicating the driver can handle downloading remote files.
public interface IHasDownloads
Methods DeleteDownloadableFiles()
Deletes the downloadable files.
void DeleteDownloadableFiles()
DownloadFile(string, string)
Downloads a file with the specified file name and returns a dictionary containing the downloaded file's data.
void DownloadFile(string fileName, string targetDirectory)
Parameters
fileName
string
The name of the file to be downloaded.
targetDirectory
string
The location to save the downloaded file.
Retrieves the downloadable files.
IReadOnlyList<string> GetDownloadableFiles()
Returns
A read-only list of file names available for download.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4