Click or drag to resize

UDPServerIsListening Method

Returns true if the socket is open and listening on a port.

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.UDPServer.IsListening"]

See Also