Click or drag to resize

HTTPRequestSetDownloadChunkSize Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDownloadChunkSize is deprecated. Use the DownloadChunkSize property instead.")]
public void SetDownloadChunkSize(
	int arg0
)

Parameters

arg0
Type: SystemInt32

[Missing <param name="arg0"/> documentation for "M:Godot.HTTPRequest.SetDownloadChunkSize(System.Int32)"]

See Also