NSUrlConnectionDownloadDelegate.FinishedDownloading 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.
Indicates that downloading completed.
[Foundation.Export("connectionDidFinishDownloading:destinationURL:")]
public abstract void FinishedDownloading (Foundation.NSUrlConnection connection, Foundation.NSUrl destinationUrl);
abstract member FinishedDownloading : Foundation.NSUrlConnection * Foundation.NSUrl -> unit
Parameters
- connection
- NSUrlConnection
- destinationUrl
- NSUrl
Implements
- Attributes