[Top] [Prev] [Next] [Bottom]
[Contents]
SaSetOrbHost
Specifies which hostname the server application will use to contact the Sapphire gateway.
#include "SaRnHtml.h"
int SaSetOrbHost(char* host);
Arguments
- host
- A string specifying the name of the host on which the Sapphire gateway is running. A value of NULL or empty will have no effect.
Return Values
Returns 1 if successful. Returns 0 if host is NULL or an empty string.
Specifies which hostname the application will use to contact the Sapphire gateway. A value of NULL or empty for host will have no effect. This will have no effect after the first gateway request for that cgi. This call is generated automatically by Sapphire in the Main of your application with values specified in an option.
SaSetOrbHost("einstein");
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.