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

download(_:didCancel:)

Sent if an authentication challenge is canceled due to the protocol implementation encountering an error. プロトコル実装がエラーに出くわすために認証チャレンジがキャンセルされるならば送られます。

Declaration 宣言

optional func download(_ download: NSURLDownload, 
             didCancel challenge: URLAuthenticationChallenge)

Parameters パラメータ

download

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

challenge

The authentication challenge that caused the download object to cancel the download. ダウンロードオブジェクトがダウンロードをキャンセルする原因となった認証チャレンジ。

Discussion 議論

If the delegate receives this message the download will fail and the delegate will receive a download(_:didFailWithError:) message. 委任先がこのメッセージを受け取るならばダウンロードは失敗するでしょう、そして委任先はdownload(_:didFailWithError:)メッセージを受け取るでしょう。

See Also 参照

Download Authentication ダウンロード認証