Share via


NSUrlDownloadDelegate.ReceivedAuthenticationChallenge Method

Definition

[Foundation.Export("download:didReceiveAuthenticationChallenge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReceivedAuthenticationChallenge(Foundation.NSUrlDownload download, Foundation.NSUrlAuthenticationChallenge challenge);
[<Foundation.Export("download:didReceiveAuthenticationChallenge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReceivedAuthenticationChallenge : Foundation.NSUrlDownload * Foundation.NSUrlAuthenticationChallenge -> unit
override this.ReceivedAuthenticationChallenge : Foundation.NSUrlDownload * Foundation.NSUrlAuthenticationChallenge -> unit

Parameters

download
NSUrlDownload

Implements

Attributes

Applies to