Discuss this help topic in SecureBlackbox Forum
This is the base class for SSH tunnel classes. Do not use this class directly.
Description
This is the abstract class which is the parent for the following classes:
The family of
xxxSSHTunnel classes is used to manage a set of
logical connections which are established over single SSH-secured session. To manage single logical connection
TElSSHTunnelConnection
class is used. When a new logical connection is established, the
OnOpen
event is fired, specifying this connection as a parameter. When connection is
closed, the
OnClose event is fired.
Properties
Methods
Events
Declared in
.NET:
- Namespace: SBSSHCommon
- Assembly: SecureBlackbox.SSHCommon
VCL:Java:
- Package: SecureBlackbox.SSHCommon.jar
C++:
Discuss this help topic in SecureBlackbox Forum