Function CSPResponse::IsClientConnected()
Description:
Returns information on whether the client is still connected since the last time data was sent to the client.
 |
Prototype:
bool IsClientConnected() const;
Arguments:
No arguments (void).
Return value:
Returns true if the client is still connected. Otherwise, it returns false.
|
|