initWithAuthenticationChallenge:sender:
認証チャレンジオブジェクトを初期化して返します
-(id)initWithAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: sender:(id<NSURLAuthenticationChallengeSender>)sender:
解説
認証チャレンジオブジェクトを初期化して返します。
返り値
( id )
オブジェクト
引数
( NSURLAuthenticationChallenge * )challenge
( id<NSURLAuthenticationChallengeSender> )sender
フレームワーク
Foundation
クラス
NSURLAuthenticationChallenge
Instance Methods
使用可能
10.2.7(10.2+safari)
参照
-initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender: