hostNameToAddress | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Returns the IP addresses corresponding to a domain name. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Keyword: numeric Command: accept Function: result, DNSServers Control Structure: function Glossary: DNS, domain name, IP address | |||||||||
Description | Use the hostNameToAddress function to find the numeric IP address of the computer or computers at a given domain name. If the callback parameter is specified then the call will return immediately and upon completion of the lookup, the callback will be invoked with the resolved address as a parameter. | |||||||||
Tags | networking |