Click or drag to resize

TCP_ServerIsListening Method

Returns true if the server is currently listening for connections.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsListening()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TCP_Server.IsListening"]

See Also