UDPSocket.LeaveMulticastGroup

From Xojo Documentation

Method

UDPSocket.LeaveMulticastGroup(Group as String)

Supported for all project types and targets.

Leaves the specified multicast group. The TextField contains the name of the group.

Example

EasyUDPSocket1.LeaveMulticastGroup(TextField5.Value)