Returns a string representation of the IP address
Returns a full string representation of the address, including the port number.
Family (AF_) of the socket address.
The port in host byte order.
A pointer to a sockaddr struct suitable for passing to socket functions.
Size of the sockaddr struct that is returned by sockAddr().
Represents a network/socket address. (taken from vibe.core.net)