次の方法で共有


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

戻り値

属性

適用対象