Share via


NSUrlConnectionDownloadDelegate.ResumedDownloading 方法

定义

指示暂停后已恢复下载。

[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

参数

connection
NSUrlConnection
totalBytesWritten
Int64
expectedTotalBytes
Int64
属性

适用于