Method | Description | |
---|---|---|
MvxFastHttpFileDownloader ( int maxConcurrentDownloads = DefaultMaxConcurrentDownloads ) : System | ||
RequestDownload ( string url, string downloadPath, System.Action success, Action |
Method | Description | |
---|---|---|
OnRequestFinished ( |
||
StartNextQueuedItem ( ) : void |
public MvxFastHttpFileDownloader ( int maxConcurrentDownloads = DefaultMaxConcurrentDownloads ) : System | ||
maxConcurrentDownloads | int | |
return | System |
public RequestDownload ( string url, string downloadPath, System.Action success, Action |
||
url | string | |
downloadPath | string | |
success | System.Action | |
error | Action |
|
return | void |