IpAddress
- Since:
Members
-
readonly hostAddress :string
-
IP address string in textual presentation.
- Since:
-
readonly hostName :string
-
Host name for the IP address. If the host name cannot be retrieved, the IP address is returned instead.
- Since:
-
readonly isIpv4 :boolean
-
true
if the IP address is in the IPv4 format,false
otherwise.- Since:
-
readonly isIpv6 :boolean
-
true
if the IP address is in the IPv6 format,false
otherwise.- Since:
-
readonly isLinkLocalAddress :boolean
-
true
if the address is a link local address,false
otherwise.- Since:
-
readonly isLoopback :boolean
-
true
if the address is a loopback address,false
otherwise.- Since: