websCloseServer | GoAhead WebServer API | GoAhead EMF |
Shutdown the GoAhead WebServer
#include "wsIntrn.h" void websCloseServer();
none |
The websCloseServer 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 websCloseServer before you exit your application.
None
websCloseServer();