Socket.leaveMulticastGroupSsm

bool leaveMulticastGroupSsm(gio.inet_address.InetAddress group, gio.inet_address.InetAddress sourceSpecific = null, string iface = null)

Removes socket from the multicast group defined by group, iface, and source_specific (which must all have the same values they had when you joined the group).

socket remains bound to its address and port, and can still receive unicast messages after calling this.

Parameters

groupa #GInetAddress specifying the group address to leave.
sourceSpecifica #GInetAddress specifying the source-specific multicast address or null to ignore.
ifaceName of the interface to use, or null

Returns

true on success, false on error.

Throws

[ErrorWrap]