func urlProtocol (URLProtocol, didReceive : URLAuthenticationChallenge)
Tells the client that the URL Loading System received an authentication challenge.
クライアントに、URLローディングシステムがある認証チャレンジを受け取ったことを伝えます。
Availability 有効性
Technology
func urlProtocol(_ protocol: URLProtocol
,
didCancel challenge: URLAuthenticationChallenge
)
protocol
The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。
challenge
The authentication challenge that was canceled. 取り消された認証チャレンジ。
func urlProtocol (URLProtocol, didReceive : URLAuthenticationChallenge)