IResponse::IsClientConnected

The IResponse::IsClientConnected method determines if the client has disconnected from the server.

HRESULT IsClientConnected(

  VARIANT_BOOL pfIsClientConnected  // pointer to a Boolean that

            // indicates whether or not the client is connected

);

 

Parameters
pfIsClientConnected
[retval] [out] Points to a Boolean that indicates whether or not the client is connected.
See Also

Response Object