Click or drag to resize

HTTPRequestGetDownloadFile Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPRequest.GetDownloadFile"]

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.HTTPRequest.GetDownloadFile"]

See Also