Discuss this help topic in SecureBlackbox Forum
Creates new instance of TElSSHSubsystemThread class
Declaration
Parameters
- Cls - [Pascal] handler class type (for example TElSftpSubsystemHandler)
[.NET] an instance of TElCustomSSHSubsystemHandler descendant, created using constructor(Connection, Delayed) with Delayed parameter set to true
- Connection - TElSSHTunnelConnection object received from TElSSHServer
- CreateSuspended - specifies if the thread is created suspended. Suspended thread has to be started manually with Resume() method.
Description
This method creates the
instance of TElSSHSubsystemThread class.
Discuss this help topic in SecureBlackbox Forum