Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnCloseConnection

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when the connection to client is gracefully closed

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnCloseConnection : TSSHCloseConnectionEvent;
    TSSHCloseConnectionEvent = procedure (Sender: TObject) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    TElIdSSHClientServerIOHandler 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.

See also:     OnOpenConnection    

Discuss this help topic in SecureBlackbox Forum