Discuss this help topic in SecureBlackbox Forum

TElSSHClient.OnCloseConnection

TElSSHClient     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This event is fired when the connection to server 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;

[C++]
    not available

[PHP]
    not available

Description

    TElSSHClient fires this event if the connection to server is gracefully closed. The connection closing may be initiated by the client or server side of connection.

See also:     OnOpenConnection     Close    

Discuss this help topic in SecureBlackbox Forum