public static const IPV4:String = "IPv4"
Language version: | ActionScript 3.0 |
An Internet Protocol version 4 (IPv4) address.
IPv4 addresses are expressed in ActionScript as a string in dot-decimal notation, such as: "192.0.2.0"
.
public static const IPV6:String = "IPv6"
Language version: | ActionScript 3.0 |
An Internet Protocol version 6 (IPv6) address.
IPv6 addresses are expressed in ActionScript as a string in hexadecimal-colon notation and enclosed in
brackets, such as: "[2001:db8:ccc3:ffff:0:444d:555e:666f]"
.