websCloseListen | GoAhead WebServer API | GoAhead EMF |
Close the TCP/IP port used by the web server
#include "webs.h" int websCloseListen();
none |
The websCloseListen procedure closes the TCP/IP port on which the GoAhead WebServer is listening. This will not affect any currently open browser connections. This procedure is sometimes used when changing the listening port at run-time.
None.
websCloseListen(); websOpenListen(port,retries);