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

urlProtocol(_:didCancel:)

Tells the client that an authentication challenge has been canceled. クライアントに、ある認証チャレンジが取り消されたことを伝えます。

Declaration 宣言

func urlProtocol(_ protocol: URLProtocol, 
       didCancel challenge: URLAuthenticationChallenge)

Parameters パラメータ

protocol

The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。

challenge

The authentication challenge that was canceled. 取り消された認証チャレンジ。

See Also 参照

Handling Authentication Challenges 認証チャレンジを取り扱う