INSUrlDownloadDelegate.CanceledAuthenticationChallenge Method

Definition

[Foundation.Export("download:didCancelAuthenticationChallenge:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CanceledAuthenticationChallenge(Foundation.NSUrlDownload download, Foundation.NSUrlAuthenticationChallenge challenge);
[<Foundation.Export("download:didCancelAuthenticationChallenge:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to