Share via


NSUrlConnectionDelegate.CanAuthenticateAgainstProtectionSpace Method

Definition

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

[Foundation.Export("connection:canAuthenticateAgainstProtectionSpace:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanAuthenticateAgainstProtectionSpace(Foundation.NSUrlConnection connection, Foundation.NSUrlProtectionSpace protectionSpace);
[<Foundation.Export("connection:canAuthenticateAgainstProtectionSpace:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanAuthenticateAgainstProtectionSpace : Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool
override this.CanAuthenticateAgainstProtectionSpace : Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool

Parameters

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

Returns

Implements

Attributes

Applies to