C# Class Solocast.Services.FileDownloadService

Inheritance: IFileDownloadService
Afficher le fichier Open project: Solocast/solocast-clients Class Usage Examples

Méthodes publiques

Méthode Description
CancelAllDownloads ( ) : void
CancelDownload ( string fileUrl ) : void
DownloadFileAsync ( string appFolderName, string folderName, string fileName, string fileUrl, Action callback, Action errorCallback = null ) : Task
FileDownloadService ( ) : Solocast.Core.Interfaces
PauseDownload ( string fileUrl ) : void
ResumeDownload ( string fielUrl ) : void

Method Details

CancelAllDownloads() public méthode

public CancelAllDownloads ( ) : void
Résultat void

CancelDownload() public méthode

public CancelDownload ( string fileUrl ) : void
fileUrl string
Résultat void

DownloadFileAsync() public méthode

public DownloadFileAsync ( string appFolderName, string folderName, string fileName, string fileUrl, Action callback, Action errorCallback = null ) : Task
appFolderName string
folderName string
fileName string
fileUrl string
callback Action
errorCallback Action
Résultat Task

FileDownloadService() public méthode

public FileDownloadService ( ) : Solocast.Core.Interfaces
Résultat Solocast.Core.Interfaces

PauseDownload() public méthode

public PauseDownload ( string fileUrl ) : void
fileUrl string
Résultat void

ResumeDownload() public méthode

public ResumeDownload ( string fielUrl ) : void
fielUrl string
Résultat void