EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

ElClientTCPForwardingSSHSubsystemHandler class

Properties     Methods     Events     Declared in    


 

ElClientTCPForwardingSSHSubsystemHandler is a descendant of ElTCPForwardingSSHSubsystemHandler.

 
 

Description

    This class is designed for client TCP-forwarding.
    It's a good idea to create object of this class inside ElSSHServer.OnOpenClientForwarding event handler, for example:
        Thread := TElSSHSubsystemThread.Create(TElClientTCPForwardingSSHSubsystemHandler, Connection, true);
        TElClientTCPForwardingSSHSubsystemHandler(Thread.Handler).Host := DestHost;
        TElClientTCPForwardingSSHSubsystemHandler(Thread.Handler).Port := DestPort;
        Thread.OnTerminate := OnThreadTerminate;
        Thread.FreeOnTerminate := true;
        Thread.Resume;

 
 

Properties

Inherited from ElCustomSSHSubsystemHandler

  • Connection
Inherited from ElCustomSSHSubsystemHandler protected
  • Connected
 
 

Methods

Inherited from ElCustomSSHSubsystemHandler

  • Constructor
  • Destructor
  • Run
  • Terminate
Inherited from ElCustomSSHSubsystemHandler protected
  • Disconnect
  • DoTerminateRequest
  • Execute
  • Finalize
  • HandlerType
  • Initialize
  • Read
  • ReceiveData
  • SendData
  • SendExtendedData
  • Terminated
 
 

Events

Inherited from ElCustomSSHSubsystemHandler

  • OnTerminateRequest
 
 

Declared in

.NET:

  • Namespace: SBSSHForwardingHandlers
  • Assembly: SecureBlackbox.SSHServer
VCL:
  • Unit: SBSSHForwardingHandlers
ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation