[ CCode ( has_construct_function = false ) ]
public Address.any (AddressFamily family, uint port)
Returns a Address corresponding to the "any" address for family
(or null
if family
isn't supported), suitable for using as a listening Socket.
family |
the address family |
port |
the port number (usually ADDRESS_ANY_PORT) |
the new Address |