.UdpSocket.Multicast.Leave (gb.net)
Sub Leave ( Group As String [ , Interface As String ] )
Make the UDP socket leave a multicast group.
-
Group is the IP address of the multicast group. It must be a valid multicast address that has been previously joined.
-
Interface is the IP address of the local interface with which the system has joined the multicast group, or
NULL
if the interface was not specified.