Share via


NSUrlDownloadDelegate.DecideDestination(NSUrlDownload, String) Method

Definition

[Foundation.Export("download:decideDestinationWithSuggestedFilename:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DecideDestination(Foundation.NSUrlDownload download, string suggestedFilename);
[<Foundation.Export("download:decideDestinationWithSuggestedFilename:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecideDestination : Foundation.NSUrlDownload * string -> unit
override this.DecideDestination : Foundation.NSUrlDownload * string -> unit

Parameters

download
NSUrlDownload
suggestedFilename
String

Implements

Attributes

Applies to