Returns an inet address object containing the IP address of a host using the given host name and the specified inet address object.
Syntax
getByName( host )
host.getByName( )
Parameters
host
|
the name of the host.
|
null
|
for the local host.
|
Returns
inetaddress
|
the inet address object containing the IP address of the specified host.
|
Example
iAddress = getByName( host )
|