EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElIdSSHClient.OnOpenConnection

TElIdSSHClient     See also    


 

This event is fired when the handshake process is completed

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    property OnOpenConnection : TSSHOpenConnectionEvent;
    TSSHOpenConnectionEvent = procedure (Sender: TObject) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    This event is fired when all negotiation operations, such as cipher agreement and tunneling request, are completed. After this event is fired you may send and receive data via tunnels.

 
 

See also:     OnCloseConnection     Connect

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