다음을 통해 공유


NSUrlConnectionDelegate.CanAuthenticateAgainstProtectionSpace 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 개발자는 대신 'WillSendRequestForAuthenticationChallenge'를 사용해야 합니다.

[Foundation.Export("connection:canAuthenticateAgainstProtectionSpace:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use 'WillSendRequestForAuthenticationChallenge' instead.")]
public virtual bool CanAuthenticateAgainstProtectionSpace (Foundation.NSUrlConnection connection, Foundation.NSUrlProtectionSpace protectionSpace);
abstract member CanAuthenticateAgainstProtectionSpace : Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool
override this.CanAuthenticateAgainstProtectionSpace : Foundation.NSUrlConnection * Foundation.NSUrlProtectionSpace -> bool

매개 변수

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

반환

특성

적용 대상