SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

ANSI (Cross Platform)
virtual int FireDisconnect(WebDAVServerDisconnectEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } WebDAVServerDisconnectEventParams; Unicode (Windows) virtual INT FireDisconnect(WebDAVServerDisconnectEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } WebDAVServerDisconnectEventParams;
- (void)onDisconnect:(long long)connectionID;
#define EID_WEBDAVSERVER_DISCONNECT 7

virtual INT SECUREBLACKBOX_CALL FireDisconnect(LONG64 &lConnectionID);

Remarks

class fires this event when a connected client disconnects.

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