次の方法で共有


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
属性

適用対象