Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnServerForwardingCancel

TElIdSSHClientServerIOHandler     See also     


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


Cancels server forwarding that has been requested earlier.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnServerForwardingCancel : TSSHServerForwardingCancelEvent;
    TSSHServerForwardingCancelEvent = procedure(Sender: TObject; const Address: string; Port : integer) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Address - address for which forwarding has been requested (for instance "0.0.0.0")
  • Port - port that has been reserved

Description

    When this event is fired the server can close port opened inside OnServerForwardingRequest event and suppose this forwarding to be closed.

Discuss this help topic in SecureBlackbox Forum