Property | Type | Description | |
---|---|---|---|
AutoProcess | bool | ||
BaseDir | string |
Property | Type | Description | |
---|---|---|---|
AddController | void | ||
BackgroundDownloadManager | System | ||
GetControllers | List |
||
RemoveUrl | void | ||
UpdateProgress | void | ||
UpdateProgress | void | ||
loadState | void | ||
saveState | void |
Method | Description | |
---|---|---|
Cancel ( string url ) : void | ||
Completed ( NSUrlSessionTask downloadTask, NSUrl location ) : void | ||
Download ( |
||
Download ( string url, string destination ) : |
||
Errored ( NSUrlSessionDownloadTask downloadTask ) : void | ||
Failed ( NSUrlSession session, NSUrlSessionTask task, NSError error ) : void | ||
MakeRelativePath ( String fromPath, String toPath ) : String | ||
Reload ( ) : void | ||
Remove ( string url ) : void | ||
RemoveCompleted ( ) : void |
Method | Description | |
---|---|---|
AddController ( string url, |
||
BackgroundDownloadManager ( ) : System | ||
GetControllers ( string url ) : List |
||
RemoveUrl ( string url ) : void | ||
UpdateProgress ( NSUrlSessionDownloadTask downloadTask, nfloat progress ) : void | ||
UpdateProgress ( string url, nfloat progress ) : void | ||
loadState ( ) : void | ||
saveState ( ) : void |
public static Completed ( NSUrlSessionTask downloadTask, NSUrl location ) : void | ||
downloadTask | NSUrlSessionTask | |
location | NSUrl | |
return | void |
public static Download ( |
||
url | ||
destination | string | |
return |
public static Download ( string url, string destination ) : |
||
url | string | |
destination | string | |
return |
public static Errored ( NSUrlSessionDownloadTask downloadTask ) : void | ||
downloadTask | NSUrlSessionDownloadTask | |
return | void |
public static Failed ( NSUrlSession session, NSUrlSessionTask task, NSError error ) : void | ||
session | NSUrlSession | |
task | NSUrlSessionTask | |
error | NSError | |
return | void |
public static MakeRelativePath ( String fromPath, String toPath ) : String | ||
fromPath | String | |
toPath | String | |
return | String |