다음을 통해 공유


NSUrlConnectionDelegate_Extensions.CanAuthenticateAgainstProtectionSpace 메서드

정의

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

[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

매개 변수

This
INSUrlConnectionDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

connection
NSUrlConnection
protectionSpace
NSUrlProtectionSpace

반환

특성

적용 대상