Construct the address from a string.
Construct the address from 4 bytes.
Construct the address from a 32-bits integer.
Get an integer representation of the address.
Get a string representation of the address.
Get the computer's local address.
Get the computer's public address.
The "broadcast" address (for sending UDP messages to everyone on a local network)
The "localhost" address (for connecting a computer to itself locally)
Value representing an empty/invalid address.
Encapsulate an IPv4 network address.
IpAddress is a utility class for manipulating network addresses.
It provides a set a implicit constructors and conversion functions to easily build or transform an IP address from/to various representations.