public static bool Request(string listFileName) { return(PreDownloader.Request(listFileName, null)); }
public static bool IsCached(string listFileName, PreDownloader.CachingReport callback) { return(PreDownloader.IsCached(listFileName, false, callback)); }