SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

class HTTPServerDisconnectEventParams {
public:
  qint64 ConnectionID();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Disconnect(HTTPServerDisconnectEventParams *e);
// Or, subclass HTTPServer and override this emitter function. virtual int FireDisconnect(HTTPServerDisconnectEventParams *e) {...}

Remarks

The class fires this event when a connected client disconnects.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]