Click or drag to resize

HTTPRequestSetDownloadFile Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPRequest.SetDownloadFile(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDownloadFile is deprecated. Use the DownloadFile property instead.")]
public void SetDownloadFile(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.HTTPRequest.SetDownloadFile(System.String)"]

See Also