Click or drag to resize

HTTPClientReadResponseBodyChunk Method

Reads one chunk from the response.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public byte[] ReadResponseBodyChunk()

Return Value

Type: Byte

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

See Also