Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenSubsystem

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when logical connection of a "subsystem" type has been established.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOpenSubsystem : TSSHOpenSubsystemEvent;
    TSSHOpenSubsystemEvent = procedure(Sender: TObject; Connection: TElSSHTunnelConnection; const Subsystem: string) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

Description

    This event passes the newly created TElSSHTunnelConnection object to user. Use this object OnData event to read input data for the Subsystem and write Subsystem output to this connection. This event is preceded by OnBeforeOpenSubsystem one.

See also:     OnBeforeOpenSubsystem     OnOpenClientForwarding     OnOpenCommand     OnOpenShell     OnOpenX11Forwarding    

Discuss this help topic in SecureBlackbox Forum