Constructs an $(D_PSYMBOL Address4) from an unsigned integer in host byte order.
0.0.0.0 can represent any address. This function checks whether this address is 0.0.0.0.
Broadcast address is 255.255.255.255.
Loopback address is 127.0.0.1.
Determines whether this address' destination is a group of endpoints.
Determines whether this address' destination is a single endpoint.
Compares two Address4 objects.
Produces a byte array containing this address in network byte order.
Writes this IPv4 address in dotted-decimal notation.
Converts this address to an unsigned integer in host byte order.
Returns object that represents 0.0.0.0.
Returns object that represents 127.0.0.1.
IPv4 internet address.