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

download:didCreateDestination:

Sent when the destination file is created. 行先ファイルが作成される時に送られます。

Declaration 宣言

- (void)download:(NSURLDownload *)download 
didCreateDestination:(NSString *)path;

Parameters パラメータ

download

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

path

The path to the destination file. 行先ファイルへのパス。

See Also 参照

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