Discuss this help topic in SecureBlackbox Forum

TElSSHForwardingTunnel.Open

TElSSHForwardingTunnel     See also     


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


This method opens the SSH tunnel.

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 open the SSH tunnel.

See also:     Close     AutoOpen    

Discuss this help topic in SecureBlackbox Forum