get_multicast_address


Description:

public Address? get_multicast_address (SocketFamily family)

Get the multicast address of this for family.

The original Address is cached and copy is returned, so freeing the return value won't release the address from the pool.

Parameters:

this

a Stream

family

the SocketFamily

Returns:

the Address of this or null when no address could be allocated. free after usage.