Compartir a través de


NSUrlConnectionDownloadDelegate.ResumedDownloading Método

Definición

Indica que la descarga se ha reanudado después de la suspensión.

[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

Parámetros

connection
NSUrlConnection
totalBytesWritten
Int64
expectedTotalBytes
Int64
Atributos

Se aplica a