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.