共用方式為


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

傳回

屬性

適用於