NSUrlConnectionDownloadDelegate_Extensions.ResumedDownloading Method

Definition

public static void ResumedDownloading (this Foundation.INSUrlConnectionDownloadDelegate This, Foundation.NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes);
static member ResumedDownloading : Foundation.INSUrlConnectionDownloadDelegate * Foundation.NSUrlConnection * int64 * int64 -> unit

Parameters

This
INSUrlConnectionDownloadDelegate

The instance on which this extension method operates.

connection
NSUrlConnection
totalBytesWritten
Int64
expectedTotalBytes
Int64

Applies to