NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Method

Definition

Developers should not use this deprecated method. Developers should use 'WillSendRequestForAuthenticationChallenge' instead.

[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

Parameters

This
INSUrlConnectionDelegate

The instance on which this extension method operates.

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Returns

Attributes

Applies to