|
|
|
| acHostnameResolver component.
|
| procedure Abort;
|
| The Abort method imediately terminate the thread and process of resolving the hostnames by IP adresses specified in IPList property.
|
|
|
| To execute thread again to continue hostname lookup call Execute method OR set AutoResolve property to True and specify/add something to IPList.
|
| AutoResolve and IPList properties;
|
| Execute, Abort and ResolveCachedIP methods;
|
| OnHostnameRetrieved event.
|