DnsClient

This class implements a simple Client for Name/IP resolution services, so you can obtain IP addresses from Host names or viceversa. This class can perform its work synchronously, so the program will not respond to events while resolving host names/IPs, usually for a few seconds, or asynchronously. Default is synchronous.

hDnsClient = NEW DnsClient ( )

EventsPropertiesMethodsConstants
Finished 
 
Async 
HostIP 
HostName 
Status 
 
GetHostIP 
GetHostName 
Stop 
 
Active 
Inactive 
 


Referenced by :