NSUrlDownloadSessionResponse Delegate
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.
Completion handler for calls to M:Foundation.NSUrlSession.CreateDownloadTask* and CreateDownloadTaskFromResumeData(NSData, NSUrlDownloadSessionResponse).
public delegate void NSUrlDownloadSessionResponse(NSUrl location, NSUrlResponse response, NSError error);
type NSUrlDownloadSessionResponse = delegate of NSUrl * NSUrlResponse * NSError -> unit
Parameters
- location
- NSUrl
- response
- NSUrlResponse
- error
- NSError