host

The host (string specifying the server name, subdomain, and domain name) for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString host;
JavaScript synopsis
loc.host
loc.host = host
C synopsis
PODSString PODSgetHost(PODSLocation* loc);
void PODSsetHost(
  PODSLocation* loc,
  PODSString host
);
Parameters
  • loc   The PODSLocation object.

  • host   [in] The value for host to set.

Returns

The host for the PODSLocation object,

Remarks

String is returned as it appears in the browser’s location box; may be relative or absolute, IP or DNS address.