Contents

download(_:willResumeWith:fromByte:)

Sent when a download object has received a response from the server after attempting to resume a download.

Declaration

optional func download(_ download: NSURLDownload, willResumeWith response: URLResponse, fromByte startingByte: Int64)

Parameters

  • download:

    The URL download object sending the message.

  • response:

    The URL response received from the server in response to an attempt to resume a download.

  • startingByte:

    The location of the start of the resumed data, in bytes.

See Also

Download Data and Responses