Freigeben über


NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Methode

Definition

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten stattdessen "WillSendRequestForAuthenticationChallenge" verwenden.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use 'WillSendRequestForAuthenticationChallenge' instead.")]
public static bool CanAuthenticateAgainstProtectionSpace (this Foundation.INSUrlConnectionDelegate This, Foundation.NSUrlConnection connection, Foundation.NSUrlProtectionSpace protectionSpace);
static member CanAuthenticateAgainstProtectionSpace : Foundation.INSUrlConnectionDelegate * Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool

Parameter

This
INSUrlConnectionDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Gibt zurück

Attribute

Gilt für: