Protocol

NSURLAuthenticationChallengeSender

The URLAuthenticationChallengeSender protocol represents the interface that the sender of an authentication challenge must implement. URLAuthenticationChallengeSenderプロトコルは、認証チャレンジのセンダーが実装しなければいけないインターフェイスを表します。

Declaration 宣言

@protocol NSURLAuthenticationChallengeSender

Overview 概要

The methods in the protocol are generally sent by a delegate in response to receiving a connection:didReceiveAuthenticationChallenge:: or download:didReceiveAuthenticationChallenge::. The different methods provide different ways of responding to authentication challenges. このプロトコルの中のメソッドは、一般的に委任先によって応答において、受け手側のconnection:didReceiveAuthenticationChallenge:: またはjqf download:didReceiveAuthenticationChallenge:: に送られます。異なるメソッドは、認証チャレンジに応答する異なる方法を提供します。

Topics 話題

Protocol Methods プロトコルメソッド

Relationships 関係

Inherits From 継承元