Discuss this help topic in SecureBlackbox Forum
This event is fired when the connection to client is closed.
Declaration
[C#/Java]
event TNotifyEvent OnClose;
[VB.NET]
Event OnClose As TNotifyEvent
[Pascal]
property OnClose: TNotifyEvent;
[C++]
void get_OnClose(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnClose(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnClose()
void set_OnClose(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
TElSFTPServer fires this event
if the connection to client has to be closed. The connection
closing may be initiated by the client or server side of connection.
Discuss this help topic in SecureBlackbox Forum