Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnOpenServerForwarding

TElIdSSHClientServerIOHandler     See also     


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


This event is fired when client allowed server forwarding.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnOpenServerForwarding: TSSHOpenServerForwardingEvent;
    TSSHOpenServerForwardingEvent = procedure(Sender: TObject; Connection: TElSSHTunnelConnection) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

Description

    This event is fired (like OnServerForwardingFailed) as response for OpenServerForwarding method if client allowed data transfer. Client has to establish connection with server named in OpenServerForwarding. All data received via this logical connection client has to transfer to the remote host then.

Discuss this help topic in SecureBlackbox Forum