SynopsisDefine the host name for the web server. Prototype#include "webs.h" void websSetHost(char_t *host); Parameters
DescriptionThe websSetHost procedure defines the host name for the web server. The host parameter should be a fully qualified host name with domain specifiers. If you do not have a host name defined, use your IP address. If you are using the GoAhead WebServer, you should call this procedure in your main.c. If you are using the GoAhead EMF, it will be called automatically for you. Return ValueNone Examplemyhost = getHostNameSomeHow(); websSetHost(myhost); Stability ClassificationStable. See Also |