I look for something alike boost::asio::ip::tcp::resolver resolver
that would take a url like google.com
in and return a list of IP adresses and ports pairs mapped to that URL. How to do such thing in ActionScript3?
Asked
Active
Viewed 134 times
0

myWallJSON
- 9,110
- 22
- 78
- 149
-
Why not just contact the Domain Name Server and get the info? – The_asMan Oct 31 '12 at 20:30
-
1And pretty sure it will all only be on port 80 – The_asMan Oct 31 '12 at 20:31