Discuss this help topic in SecureBlackbox Forum

TElCustomSSHTunnel.Open

TElCustomSSHTunnel     See also     


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


This method opens new connection dynamically

Declaration

[C#]
    void Open(Object Data);

[VB.NET]
    Sub Open(ByVal Data As Object)

[Pascal]
    procedure Open(Data : pointer = nil);

[C++]
    void Open(void * Data);

[PHP]
    void Open(TSBPointer|array of byte|string|NULL $Data)

[Java]
    void open(TObject Data);

Parameters

  • Data - user data

Description

    Use this method to open new connection. Data is custom parameter, which is assigned to Data property of new TElSSHTunnelConnection if Open method succeeds (i.e. the new logical connection is established), or passed to TElCustomSSHTunnel.OnError event otherwise.

See also:     OnError    

Discuss this help topic in SecureBlackbox Forum