Creates a new #GInetSocketAddress for address and port.
Gets address's #GInetAddress.
Gets the sin6_flowinfo field from address, which must be an IPv6 address.
Gets address's port.
Gets the sin6_scope_id field from address, which must be an IPv6 address.
Creates a new #GInetSocketAddress for address and port.
Creates a #GSocketAddress subclass corresponding to the native struct sockaddr native.
Gets the socket family type of address.
Gets the size of address's native struct sockaddr. You can use this to allocate memory to pass to gio.socket_address.SocketAddress.toNative.
Converts a #GSocketAddress to a native struct sockaddr, which can be passed to low-level functions like connect() or bind().
An IPv4 or IPv6 socket address. That is, the combination of a gio.inet_address.InetAddress and a port number.
In UNIX terms, gio.inet_socket_address.InetSocketAddress corresponds to a `struct sockaddr_in` or `struct sockaddr_in6`.