hostname

The host name for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString hostname;
JavaScript synopsis
loc.hostname
loc.hostname = hostname
C synopsis
PODSString PODSgetHostname(PODSLocation* loc);
void PODSsetHostname(
  PODSLocation* loc,
  PODSString hostname
);
Parameters
  • loc   The PODSLocation object.

  • hostname   [in] The host name to set. This is the minimal address required to reach the host over the Internet.

Returns

Getter: The host name for the PODSLocation object.

Setter: None

Remarks

Host name includes server name, subdomain, domain, and port number. This is the minimal address required to reach the host over the Internet.

See also

hash, host, href, pathname, port, protocol, search