| window.runtime property | window.runtime.flash.net.IPVersion |
| Inheritance | IPVersion Object |
| Runtime Versions: | 2 |
Public Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| IPV4 : String = "IPv4" [static]
An Internet Protocol version 4 (IPv4) address. | IPVersion | ||
| IPV6 : String = "IPv6" [static]
An Internet Protocol version 6 (IPv6) address. | IPVersion | ||
Constant Detail
IPV4 | Constant |
public static const IPV4:String = "IPv4"| Runtime Versions: | 2 |
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".
IPV6 | Constant |
public static const IPV6:String = "IPv6"| Runtime Versions: | 2 |
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]".
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties