Socket.addressByName()
syntax: |
Socket.addressByName(address) |
where: |
address - Address of host to look up
|
return: |
string - The address of the specified host.
|
description: |
This method attempts to find the address of the specified host through a reverse DNS lookup. If this lookup is successful, then the address is returned as a string. Otherwise, null is returned.
|
see: |
#link <sesock>, Socket.hostByName()
|