InetAddress


Object Hierarchy:

Object hierarchy for InetAddress

Description:

public class InetAddress : Object

InetAddress represents an IPv4 or IPv6 internet address.

Use lookup_by_name or lookup_by_name_async to look up the InetAddress for a hostname. Use lookup_by_address or lookup_by_address_async to look up the hostname for a InetAddress.

To actually connect to a remote host, you will need a InetSocketAddress (which includes a InetAddress as well as a port number).


Namespace: GLib
Package: gio-2.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members: