EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHTunnelConnectionList.OnClose

TElSSHTunnelConnectionList     See also    


 

This event is fired when the logical connection is closed.

 
 

Declaration

[C#]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Event OnClose(ConnIndex As Long, eCloseType As tagTxSSHCloseType)
    Enum tagTxSSHCloseType
      Const TxctReturn = 0
      Const TxctSignal = 1
      Const TxctError = 2
    End Enum

[ActiveX]
    void _stdcall OnClose([in] long ConnIndex, [in] TxSSHCloseType eCloseType);
    typedef enum tagTxSSHCloseType{
      TxctReturn=0,
      TxctSignal=1,
      TxctError=2
    } TxSSHCloseType;

[DLL]
    not applicable;
 
 

Parameters

  • ConnIndex - index in the list of closed connection.
  • eCloseType - specifies reason of connection closing
 
 

Values

[.NET] [Pascal] [ActiveX] Description
ctReturn = 0 ctReturn TxctReturn=0 connection was closed normally (EOF mark was received)
ctSignal = 1 ctSignal TxctSignal=1 remote application closed the connection
ctError = 2 ctError TxctError=2 error closing
Declared in
[.NET] [Pascal]
Namespace: SBSSHCommon
Assembly: SecureBlackbox.SSHCommon
Unit: SBSSHCommon

 
 

Description

    This event is fired when the logical connection is closed. No more data should be sent to this connection after receiving this event.

 
 

See also:     OnData     OnError     OnExtendedData    

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