Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.Open

TElSSHCustomForwarding     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method tells the SSH port forwarder to connect to remote server and open the session

Declaration

[C#]
    void Open();

[VB.NET]
    Sub Open()

[Pascal]
    procedure Open;

[C++]
    void Open();

[PHP]
    void Open()

[Java]
    void open();

Description

    Call this method to make the component connect to remote SSH server and open port forwarding tunnel.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum