SynopsisClose the TCP/IP port used by the web server. Prototype#include "webs.h" Parameters
DescriptionThe 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. Return ValueNone. ExamplewebsCloseListen(); websOpenListen(port,retries); Stability ClassificationStable. See Also |