SynopsisShutdown the GoAhead WebServer. Prototype#include "webs.h" void websClose(); Parameters
DescriptionThe websClose procedure is the main termination procedure for the GoAhead WebServer. It closes the primary TCP/IP port on which the GoAhead WebServer is listening and frees all resources. You should call websClose before you exit your application. Return ValueNone ExamplewebsClose(); Stability ClassificationStable. See Also |