|
|
|
| acHostnameResolver component.
|
| function ResolveCachedIP(const IP: String; PutToQueueIfNotYetResolved: Boolean = False): String;
|
| The ResolveCachedIP method tries to retrieve the cached hostname by IP address specified in IP parameter.
|
|
|
| If the hostname still not in the cache, it can put it to the queue for further resolving (IPList property), if PutToQueueIfNotYetResolved parameter is True.
|
|
|
| AutoResolve and IPList properties;
|
| Execute, Abort and ResolveCachedIP methods;
|
| OnHostnameRetrieved event.
|