ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / DNS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Lists IP addresses associated with a domain name in the DNS server.
Example
IPList is string 
IPList = DNSListAddress("testdoc.doc.local", "Andromeda_2")
Syntax
<Result> = DNSListAddress(<Domain name> [, <DNS server>])
<Result>: Character string
List of IP addresses separated by carriage returns (CR).
<Domain name>: Unicode string
Full domain name for which you want to list IP addresses. This parameter has the following format:
<Name> + "." + <Domain>
Example: "testdoc.pcsoft.com"
<DNS server>: Optional character string
Address of the DNS server to be used. By default, the current DNS server is used.
Remarks
  • This function supports Linux and Windows DNS servers that do not require signed requests.
  • This function supports Linux and Windows DSN servers that require signed requests.
Component: wd290com.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/12/2024

Send a report | Local help