SynopsisReturns the hostname for the web server. Prototype#include "webs.h" char_t *websGetHost(); Parameters
DescriptionThe websGetHost procedure returns a string containing the local server host name on which WebServer is running. Return ValuePointer to a statically allocated string containing the hostname. Do not call bfree. Examplehost = websGetHost(); Stability ClassificationStable. See Also |