C# Class FSoft.WordApp.Core.MvxFastHttpFileDownloader

Inheritance: Cirrious.CrossCore.Core.MvxLockableObject, IMvxHttpFileDownloader
Afficher le fichier Open project: fpt-software/Wordpress-Client

Méthodes publiques

Méthode Description
MvxFastHttpFileDownloader ( int maxConcurrentDownloads = DefaultMaxConcurrentDownloads ) : System
RequestDownload ( string url, string downloadPath, System.Action success, Action error ) : void

Private Methods

Méthode Description
OnRequestFinished ( MvxFastFileDownloadRequest request ) : void
StartNextQueuedItem ( ) : void

Method Details

MvxFastHttpFileDownloader() public méthode

public MvxFastHttpFileDownloader ( int maxConcurrentDownloads = DefaultMaxConcurrentDownloads ) : System
maxConcurrentDownloads int
Résultat System

RequestDownload() public méthode

public RequestDownload ( string url, string downloadPath, System.Action success, Action error ) : void
url string
downloadPath string
success System.Action
error Action
Résultat void