xHarbour Reference Documentation > Function Reference |
Retrieves alias names from a server.
INetGetAlias( <cURL> ) --> aAliasNames
The function returns an array holding the server's alias names as character strings. If the server does not report aliases, an empty array is returned.
INetGetAlias() is used to obtain alias names under which a server is currently known. Alias names are CNAME DNS records (Canonical Name records). A server can have an unlimited number of aliases. Whether or not they can be queried, however, depends on the verbosity of the server. If a server does not report aliases, the function returns an empty array.
See also: | INetAddress(), INetGetHosts() |
Category: | Internet functions , Sockets functions , xHarbour extensions |
Source: | vm\INet.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com