Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelConnection.Data

TElSSHTunnelConnection     See also     


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


This property contains user data passed via Open method.

Declaration

[C#]
    Object Data;

[VB.NET]
    Property Data As Object

[Pascal]
    property Data : pointer;

[C++]
    void * get_Data();
    void set_Data(void * Value);

[PHP]
     get_Data()
    void set_Data(TSBPointer|array of byte|string|NULL $Value)

[Java]
    TObject getData();
    void setData(TObject Value);

Description

    This property lets each connection store pointer to the object corresponded to this connection.

See also:     ExitStatus     ExitSignal     ExitMessage    

Discuss this help topic in SecureBlackbox Forum