Click or drag to resize

HTTPRequestGetBodySize Method

Returns the response body length.

Note: Some Web servers may not send a body length. In this case, the value returned will be -1. If using chunked transfer encoding, the body length will also be -1.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetBodySize()

Return Value

Type: Int32

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

See Also