macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSURLAuthenticationChallengeSender

NSURLAuthenticationChallengeSenderプロトコル

INDEX>Foundation> apple(OS X) apple(iOS) 準拠 NSObject フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 OS X 10.2.7以降 iOS 2.0以降 定義 NSURLAuthenticationChallenge.h 概要 フレームワーク 参照 タスク

cancelAuthenticationChallenge:

-(void)cancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLAuthenticationChallenge * )challenge フレームワーク Foundation クラス NSURLAuthenticationChallengeSender Instan…

continueWithoutCredentialForAuthenticationChallenge:

-(void)continueWithoutCredentialForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLAuthenticationChallenge * )challenge フレームワーク Foundation クラス NSURLAuthentication…

useCredential:forAuthenticationChallenge:

-(void)useCredential:(NSURLCredential *)credential: forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: 解説 調査中... 返り値 ( void ) なし 引数 ( NSURLCredential * )credential ( NSURLAuthenticationChallenge * )challenge …