Click or drag to resize

HTTPClientSetConnection Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPClient.SetConnection(Godot.StreamPeer)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetConnection is deprecated. Use the Connection property instead.")]
public void SetConnection(
	StreamPeer connection
)

Parameters

connection
Type: GodotStreamPeer

[Missing <param name="connection"/> documentation for "M:Godot.HTTPClient.SetConnection(Godot.StreamPeer)"]

See Also