NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- connection
- NSUrlConnection
- protectionSpace
- NSUrlProtectionSpace
Gibt zurück
- Attribute