次の方法で共有


NSUrlConnectionDelegate.ReceivedAuthenticationChallenge メソッド

定義

[Foundation.Export("connection:didReceiveAuthenticationChallenge:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use 'WillSendRequestForAuthenticationChallenge' instead.")]
public virtual void ReceivedAuthenticationChallenge (Foundation.NSUrlConnection connection, Foundation.NSUrlAuthenticationChallenge challenge);
abstract member ReceivedAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit
override this.ReceivedAuthenticationChallenge : Foundation.NSUrlConnection * Foundation.NSUrlAuthenticationChallenge -> unit

パラメーター

connection
NSUrlConnection
属性

適用対象