Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenSession

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when session has been established.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOpenSession: TSSHOpenSessionEvent;
    TSSHOpenSessionEvent = procedure(Sender: TObject; var Connection: TElSSHTunnelConnection) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Connection - logic connection

Description

    This event is fired if client was allowed to establish session and logic connection responsible for the session is used as parameter.

See also:     OnBeforeOpenSession     OnBeforeOpenCommand     OnBeforeOpenShell     OnBeforeOpenSubsystem    

Discuss this help topic in SecureBlackbox Forum