Contents

download(_:didReceiveDataOfLength:)

Sent as a download object receives data incrementally.

Declaration

optional func download(_ download: NSURLDownload, didReceiveDataOfLength length: Int)

Parameters

  • download:

    The URL download object sending the message.

  • length:

    The amount of data received in this increment of the download, measured in bytes.

See Also

Download Data and Responses