[ CCode ( has_construct_function = false ) ]
public Address (string name, uint port)
Creates a Address from name
and port
.
The Address's IP address may not be available right away; the caller can call resolve_async or resolve_sync to force a DNS resolution.
name |
a hostname or physical address |
port |
a port number |
a Address |