CInternetServer::Resume Method  
 
BOOL Resume();

Resume accepting client connections.

Parameters

None.

Return Value

If the method succeeds, the return value is non-zero. If the method fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

The Resume method instructs the server to resume accepting new client connections after the Suspend method has been called.

Requirements

Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cswsock10.h
Import Library: cswskv10.lib

See Also

Restart, Start, Stop, Suspend, Throttle