Click or drag to resize

HTTPRequestSetBodySizeLimit Method

Note: This API is now obsolete.

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

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

Parameters

bytes
Type: SystemInt32

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

See Also