Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnBeforeOpenSession

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when client wants to establish session connection (shell, command or subsystem).

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnBeforeOpenSession : TSSHBeforeOpenSessionEvent;
    TSSHBeforeOpenSessionEvent = procedure(Sender: TObject; var Accept: boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Accept - set this parameter to True to allow session opening

Description

    Before any logic connection establishment (shell, command, subsystem) client must request session. When client requests session this event is fired in order to notify you about request and give you possibility to deny session providing to the client.

See also:     OnOpenSession     OnBeforeOpenCommand     OnBeforeOpenShell     OnBeforeOpenSubsystem    

Discuss this help topic in SecureBlackbox Forum