EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomSSHTunnel.OnOpen

TElCustomSSHTunnel     See also    


 

This event is fired when new logical connection is established

 
 

Declaration

[C#]
    event TTunnelEvent OnOpen;
    delegate void TTunnelEvent(object Sender, TElSSHTunnelConnection TunnelConnection)

[VB.NET]
    Event OnOpen As TTunnelEvent
    Delegate Sub TTunnelEvent(ByVal Sender As Object, ByVal TunnelConnection As TElSSHTunnelConnection)

[Pascal]
    property OnOpen : TTunnelEvent;
    TTunnelEvent = procedure (Sender: TObject; TunnelConnection : TElSSHTunnelConnection) of object;

[VB6]
    

[ActiveX]
    void _stdcall OnOpen([in] IElSSHTunnelConnectionX * Connection );

[DLL]
    not implemented;
 
 

Parameters

  • TunnelConnection (Connection) - The new logical connection
 
 

Description

    This event is fired when new logical connection is established. An instance of Connection class, which represents the newly established connection, is passed as parameter. You may send data to this connection until OnClose event is fired.

 
 

See also:     OnClose     OnError    

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