Discuss this help topic in SecureBlackbox Forum

TElLocalPortForwardSSHTunnel class

Properties     Methods     Events     Declared in     Licensing     


TElLocalPortForwardSSHTunnel is a descendant of TElCustomSSHTunnel.

Description

    Use this class to establish the TCP forwarding from local port to remote side through secure SSH channel. This tunnel is used for securing outgoing socket connections and is similar to client-side SSL. Set ToHost and ToPort properties according to host properties you want to forward data to. Set Port property according to local port, which should be forwarded to remote side. When the new connection is accepted on this port, call the Open method. As soon as TElLocalPortForwardSSHTunnel finishes establishing of logical connection, it fires the OnOpen event.

Properties

Inherited from TElCustomSSHTunnel

Methods

Inherited from TElCustomSSHTunnel

Events

Inherited from TElCustomSSHTunnel

Declared in

.NET:
  • Namespace: SBSSHCommon
  • Assembly: SecureBlackbox.SSHCommon
VCL:
  • Unit: SBSSHCommon
Java:
  • Package: SecureBlackbox.SSHCommon.jar
C++:
  • sbsshcommon.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard, SecureBlackbox Lite

Discuss this help topic in SecureBlackbox Forum