Click or drag to resize

HTTPClientIsResponseChunked Method

If true, this HTTPClient has a response that is chunked.

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

Return Value

Type: Boolean

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

See Also