AVAssetDownloadUrlSession.CreateDownloadTaskFromResumeData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new NSUrlSessionDownloadTask that resumes downloading the resumeData
, and runs a completion handler when it is finished.
public override Foundation.NSUrlSessionDownloadTask CreateDownloadTaskFromResumeData (Foundation.NSData resumeData, Foundation.NSUrlDownloadSessionResponse completionHandler);
override this.CreateDownloadTaskFromResumeData : Foundation.NSData * Foundation.NSUrlDownloadSessionResponse -> Foundation.NSUrlSessionDownloadTask
Parameters
- resumeData
- NSData
- completionHandler
- NSUrlDownloadSessionResponse