Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnTerminalRequest

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when client requests terminal for a session.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnTerminalRequest : TSSHTerminalRequestEvent;
    TSSHTerminalRequestEvent = procedure(Sender: TObject; Connection: TElSSHTunnelConnection; Info: TElTerminalInfo; var Accept: boolean) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Connection - logical connection with established session
  • Info - contains terminal parameters required by client
  • Accept - specifies if terminal will be allowed

Description

    Client can request a terminal for established session. Depending on required terminal type and parameters and its configuration server can either provide client with the terminal or deny it.

See also:     OnBeforeOpenSession     OnOpenSession    

Discuss this help topic in SecureBlackbox Forum