Share via


NSUrlDownloadDelegate.CanceledAuthenticationChallenge Method

Definition

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

Parameters

download
NSUrlDownload

Implements

Attributes

Applies to