EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OnCloseConnection

TElSimpleSSHClient     See also    


 

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

 
 

Declaration

[C#]
    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;

[VB6]
    Event IElSimpleSSHClientXEvents.OnCloseConnection()

[ActiveX]
     void IElSimpleSSHClientXEvents.OnCloseConnection( void );

[DLL]
    not implemented;
 
 

Description

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

 
 

See also:     Close

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation