Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.Data

TElSSHForwardedConnection     


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


Used to hold user-defined data

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 is a placeholder for user-defined data, associated with particular connection.

Discuss this help topic in SecureBlackbox Forum