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