address:String
[read-write]
Language version: | ActionScript 3.0 |
The Internet Protocol (IP) address.
Implementation
public function get address():String
public function set address(value:String):void
broadcast:String
[read-write]
Language version: | ActionScript 3.0 |
The broadcast address of the local network segment.
Implementation
public function get broadcast():String
public function set broadcast(value:String):void
ipVersion:String
[read-write]
Language version: | ActionScript 3.0 |
The IP address type (IPv4 or IPv6).
Implementation
public function get ipVersion():String
public function set ipVersion(value:String):void
prefixLength:int
[read-write]
Language version: | ActionScript 3.0 |
The prefix length for this address.
For IPv4 addresses, this is the subnet mask. Examples of the prefix length for
IPv4 values include: 8 (255.0.0.0), 16 (255.255.0.0) and 24 (255.255.255.0).
Example IPv6 prefix length values include 128 (::1/128) and 32 (2001:db8::/32)
Note: If the prefix length for this address is not available, the value of
prefixLength
is -1
. A prefix value is not always returned by
the network implementation of a specific client computer.
Implementation
public function get prefixLength():int
public function set prefixLength(value:int):void