The protocol for the PODSLocation object.
PODSLocation
attribute PODSString protocol;
loc.protocolloc.protocol = protocolPODSString PODSgetProtocol(PODSLocation*loc);
void PODSsetProtocol( PODSLocation* loc, PODSString protocol );
loc The PODSLocation object.
protocol [in] The protocol to set.
Getter: The protocol for the PODSLocation object.
Setter: None
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.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |