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

connection:didCancelAuthenticationChallenge:

Sent when a connection cancels an authentication challenge. 接続が認証チャレンジをキャンセルする時に送られます。

Declaration 宣言

- (void)connection:(NSURLConnection *)connection 
didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge;

Parameters パラメータ

connection

The connection sending the message. メッセージを送っている接続。

challenge

The challenge that was canceled. キャンセルされたチャレンジ。

See Also 参照

Connection Authentication 接続認証