Discuss this help topic in SecureBlackbox Forum
This event is fired when the connection to the client is gracefully closed
Declaration
[C#/Java]
event TSSHCloseConnectionEvent OnCloseConnection;
delegate void TSSHCloseConnectionEvent(object Sender);
[VB.NET]
Event OnCloseConnection As TSSHCloseConnectionEvent
Delegate Sub TSSHCloseConnectionEvent(ByVal Sender As Object)
[Pascal]
property OnCloseConnection : TSSHCloseConnectionEvent;
TSSHCloseConnectionEvent = procedure (Sender: TObject) of object;
Description
TElSSHServer fires this event if the connection to client is gracefully closed.
The connection closing may be initiated by the client or server side of connection.
Discuss this help topic in SecureBlackbox Forum