Click or drag to resize

HTTPClientBlockingModeEnabled Property

If true, execution will block until all data is read from the response.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool BlockingModeEnabled { get; set; }

Property Value

Type: Boolean
See Also