Click or drag to resize

HTTPClientGetConnection Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.HTTPClient.GetConnection"]

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

Return Value

Type: StreamPeer

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

See Also