Click or drag to resize

HTTPClientGetResponseBodyLength Method

Returns the response's 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 GetResponseBodyLength()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.HTTPClient.GetResponseBodyLength"]

See Also