Click or drag to resize

HTTPRequestIsUsingThreads Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPRequest.IsUsingThreads"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("IsUsingThreads is deprecated. Use the UseThreads property instead.")]
public bool IsUsingThreads()

Return Value

Type: Boolean

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

See Also