Socket.hostName()
syntax: |
Socket.hostName() |
return: |
string - The name of the host
|
description: |
This method attempts to find the name of the local host. If the call is successful, then a string is returned with the name of the host. Otherwise, the empty string is returned.
|
see: |
#link <sesock>
|