built by distriqt //
The GetIpv6Controller extension gives access to a simple conversion utility to convert an IP address into the appropriate IPv4 / IPv6 address based on the current network environment.
- IP Address conversion utility
- Single API interface - your code works across supported platforms with no modifications
- Sample project code and ASDocs reference
As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.
The Wiki forms the best source of detailed documentation for the extension along with the asdocs.
Quick Example:
var ipData:String = GetIpv6Controller.instance.getIpv6( "192.0.2.1" );