public AbstractDownloadState Infer(Uri uri)
 {
     return(BethesdaNetDownloader.StateFromUrl(uri));
 }
示例#2
0
 public async Task <AbstractDownloadState?> Infer(Uri uri)
 {
     return(BethesdaNetDownloader.StateFromUrl(uri));
 }