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

URLProtocol:didCancelAuthenticationChallenge:

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

Declaration 宣言

- (void)URLProtocol:(NSURLProtocol *)protocol 
didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge;

Parameters パラメータ

protocol

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

challenge

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

See Also 参照

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