Share via


NSUrlDownload.SetDestination(String, Boolean) Method

Definition

[Foundation.Export("setDestination:allowOverwrite:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDestination(string path, bool allowOverwrite);
[<Foundation.Export("setDestination:allowOverwrite:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDestination : string * bool -> unit
override this.SetDestination : string * bool -> unit

Parameters

path
String
allowOverwrite
Boolean
Attributes

Applies to