Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenConnection

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when the handshake process is completed

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

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

See also:     OnCloseConnection    

Discuss this help topic in SecureBlackbox Forum