:GetHostInfo()


 

Class

     aprDNS()

 

Syntax

     :GetHostInfo(cHostName) -> cHInfo

 

Parameters

 

cHostName

Host name to get HINFO record for.

 

Return

Returns the HINFO record for the specified Host. If the method fails, returns an empty string.

If the method fails check :nErr and :cErr for more information.

 

Description

Many systems to do not maintain HINFO records for a site since that information can potentially be used to compromise system security. The information is typically used for administrative purposes with internal networks.

  

See Also

:GetHostByAddress(), :GetHostByName(), :GetHostName(), :GetHostAddress(), :GetRecord(), :GetAllRecords(), :GetHostServices()