Class DownloadCache
Inheritance
DownloadCache
Assembly: P42.Utils.dll
Syntax
public static class DownloadCache
Methods
|
Improve this Doc
View Source
Clear(DateTime, String, String)
Declaration
public static bool Clear(DateTime dateTime, string url = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
Clear(String, String)
Declaration
public static bool Clear(string url = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
Clear(TimeSpan, String, String)
Declaration
public static bool Clear(TimeSpan timeSpan, string url = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
Download(String, String)
Declaration
public static string Download(string url, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
DownloadAsync(String, String)
Declaration
public static Task<string> DownloadAsync(string url, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
IsCached(String, String)
Declaration
public static bool IsCached(string url, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
List(String)
Declaration
public static List<string> List(string folderName)
Parameters
Type |
Name |
Description |
String |
folderName |
|
Returns