SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

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

Remarks

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]