Click or drag to resize

UDPServerStop Method

Stops the server, closing the UDP socket if open. Will close all connected PacketPeerUDP accepted via TakeConnection (remote peers will not be notified).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Stop()
See Also