InetAddress.any


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.22" ) ]
public InetAddress.any (SocketFamily family)

Creates a InetAddress for the "any" address (unassigned/"don't care") for family.

Parameters:

family

the address family

Returns:

a new InetAddress corresponding to the "any" address for family. Free the returned object with unref.