Click or drag to resize

HTTPRequestSetTimeout Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPRequest.SetTimeout(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTimeout is deprecated. Use the Timeout property instead.")]
public void SetTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32

[Missing <param name="timeout"/> documentation for "M:Godot.HTTPRequest.SetTimeout(System.Int32)"]

See Also