NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Método

Definición

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar "WillSendRequestForAuthenticationChallenge" en su lugar.

[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

Parámetros

This
INSUrlConnectionDelegate

Instancia en la que opera este método de extensión.

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Devoluciones

Atributos

Se aplica a