HOSTENT class base struct

The hostent structure is used by functions to store information about a given host, such as host name, IPv4 address, and so forth. An application should never attempt to modify this structure or to free any of its components. Furthermore, only one copy of the hostent structure is allocated per thread, and an application should therefore copy any information that it needs before issuing any other Windows Sockets API calls.

Inheritance

Constructors

HOSTENT()

Properties

h_addr_list Pointer<Pointer<Int8>>
getter/setter pair
h_addrtype int
getter/setter pair
h_aliases Pointer<Pointer<Int8>>
getter/setter pair
h_length int
getter/setter pair
h_name Pointer<Utf8>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited