websCloseGoAhead WebServer APIGoAhead EMF

Synopsis

Shutdown the GoAhead WebServer.

Prototype

 #include "webs.h" 

 void websClose(); 

Parameters

none

Description

The 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 Value

None

Example

 websClose(); 

Stability Classification

Stable.

See Also

websCloseListen, websOpen, websOpenListen