Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenX11Forwarding

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when logical connection of a "x11-forwarding" type has been established.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOpenX11Forwarding: TSSHOpenX11ForwardingEvent;
    TSSHOpenX11ForwardingEvent = procedure(Sender: TObject; Connection : TElSSHTunnelConnection; const OrigIP : string; OrigPort: integer) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Connection - newly created TElSSHTunnelConnection
  • OrigIP - address of the host connected to the client
  • OrigPort - port on the OriginIP

Description

    Server has to pass data received from the Connection to the X11-server and back. This event is preceded by OnBeforeOpenX11Forwarding one.

See also:     OnBeforeOpenX11Forwarding     OnX11ForwardingRequest     OnOpenCommand     OnOpenClientForwarding     OnOpenSubsystem     OnOpenShell    

Discuss this help topic in SecureBlackbox Forum