protocol

The protocol for the PODSLocation object.

Interface

PODSLocation

IDL definition
attribute PODSString protocol;
JavaScript synopsis
loc.protocol
loc.protocol = protocol
C synopsis
PODSString PODSgetProtocol(PODSLocation*loc);
void PODSsetProtocol(
  PODSLocation* loc,
  PODSString protocol
);
Parameters
  • loc   The PODSLocation object.

  • protocol   [in] The protocol to set.

Returns

Getter: The protocol for the PODSLocation object.

Setter: None

Remarks

The protocol is the beginning of the URL, up to and including the first colon. For example, you can use the HTTP: or HTTPS: protocols.

See also

href