Discuss this help topic in SecureBlackbox Forum
This is the base class for subsystem handlers.
Description
The following classes are descendants of this class:
TElPublicKeySSHSubsystemHandler,
TElSFTPSSHSubsystemHandler,
TElShellSSHSubsystemHandler.
Use the descendants of this class to bind some behaviour to an instance of
TElSSHTunnelConnection.
This class can be used in two modes: synchronous and asynchronous.
When synchronous mode is used you should place TElCustomSSHSubsystemHandler to separate thread in order
not to block SSH-server work.
.NET: