Property | Type | Description | |
---|---|---|---|
Identifier | string | ||
RestoredDownloads | Action
|
Property | Type | Description | |
---|---|---|---|
Tcs | TaskCompletionSource |
Method | Description | |
---|---|---|
BackgroundDownload ( NSUrlSessionDownloadTask task ) : System | ||
DownloadFileAsync ( |
||
FindSessions ( ) : void | ||
Initalize ( ) : void | ||
RepairFromBackground ( string sessionIdentifier, System.Action action ) : void |
Method | Description | |
---|---|---|
BackgroundDownload ( ) : System | ||
CompletBackgroundSession ( string identifier ) : void | ||
InitBackgroundSession ( ) : NSUrlSession | ||
InitBackgroundSession ( string identifier ) : NSUrlSession | ||
restoreTasks ( NSUrlSession ses, NSUrlSessionDataTask sessions, NSUrlSessionUploadTask uploads, NSUrlSessionDownloadTask downloads ) : void |
public BackgroundDownload ( NSUrlSessionDownloadTask task ) : System | ||
task | NSUrlSessionDownloadTask | |
return | System |
public DownloadFileAsync ( |
||
url | ||
destination | string | |
return | Task |
public static RepairFromBackground ( string sessionIdentifier, System.Action action ) : void | ||
sessionIdentifier | string | |
action | System.Action | |
return | void |
public static Action
|
||
return | Action
|