Compartilhar via


NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Método

Definição

Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar 'WillSendRequestForAuthenticationChallenge' em vez disso.

[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

A instância na qual esse método de extensão opera.

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Retornos

Atributos

Aplica-se a