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

connection(_:didCancel:)

Sent when a connection cancels an authentication challenge. 接続が認証チャレンジをキャンセルする時に送られます。

Declaration 宣言

optional func connection(_ connection: NSURLConnection, 
               didCancel challenge: URLAuthenticationChallenge)

Parameters パラメータ

connection

The connection sending the message. メッセージを送っている接続。

challenge

The challenge that was canceled. キャンセルされたチャレンジ。

See Also 参照

Connection Authentication 接続認証