websCloseServer GoAhead WebServer API GoAhead EMF

Synopsis

Shutdown the GoAhead WebServer

Prototype

#include "wsIntrn.h"

void websCloseServer();

Parameters

none

Description

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.

Return Value

None

Example

websCloseServer();

See Also

websCloseListen, websOpenServer, websOpenListen