Instance Method インスタンスメソッド

download:willResumeWithResponse:fromByte:

Sent when a download object has received a response from the server after attempting to resume a download. ダウンロードオブジェクトが応答をサーバーからダウンロードの再開を試みる後に受け取った場合に送られます。

Declaration 宣言

- (void)download:(NSURLDownload *)download 
willResumeWithResponse:(NSURLResponse *)response 
        fromByte:(long long)startingByte;

Parameters パラメータ

download

The URL download object sending the message. メッセージを送っているURLダウンロードオブジェクト。

response

The URL response received from the server in response to an attempt to resume a download. ダウンロード再開の試みに対する応答の中のサーバーから受け取られたURL応答。

startingByte

The location of the start of the resumed data, in bytes. バイトでの、再開されたデータの始まりの位置。

See Also 参照

Download Data and Responses ダウンロードデータおよび応答