Protocol

URLAuthenticationChallengeSender

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

Declaration 宣言

protocol URLAuthenticationChallengeSender

Overview 概要

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

Topics 話題

Protocol Methods プロトコルメソッド

Relationships 関係

Inherits From 継承元