Share via


NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanAuthenticateAgainstProtectionSpace(this Foundation.INSUrlConnectionDelegate This, Foundation.NSUrlConnection connection, Foundation.NSUrlProtectionSpace protectionSpace);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanAuthenticateAgainstProtectionSpace : Foundation.INSUrlConnectionDelegate * Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool

Parameters

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Returns

Attributes

Applies to