type

 TScOnCancelRemotePortForwardingRequest = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo; const Host: string; const Port: Integer) of object;

 

property OnCancelRemotePortForwardingRequest: TScOnCancelRemotePortForwardingRequest;

 

Description

The OnCancelRemotePortForwardingRequest event occurs when an SSH client side requests to cancel remote port forwarding that was started earlier.

 

Parameters:

Sender - the object whose event handler is called;
ClientInfo - holds information about the current connection;
Host - points to the host from which data is forwarded;
Port - specifies the number of the port that is listened to for data forwarding.

 

See Also

OnRemotePortForwardingRequest

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support