NSUrlConnectionDownloadDelegate.ResumedDownloading 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 has resumed after suspension.
[Foundation.Export("connectionDidResumeDownloading:totalBytesWritten:expectedTotalBytes:")]
public virtual void ResumedDownloading (Foundation.NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes);
abstract member ResumedDownloading : Foundation.NSUrlConnection * int64 * int64 -> unit
override this.ResumedDownloading : Foundation.NSUrlConnection * int64 * int64 -> unit
Parameters
- connection
- NSUrlConnection
- totalBytesWritten
- Int64
- expectedTotalBytes
- Int64
- Attributes