get_multicast_address
Description:
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. |