Discuss this help topic in SecureBlackbox Forum

TElSSHForwardedConnection.Socket

TElSSHForwardedConnection     


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


References the socket, which serves the connection

Declaration

[C#]
    TElSocket Socket;

[VB.NET]
    Property Socket As TElSocket

[Pascal]
    property Socket : TElSocket;

[C++]
    TElSocket* get_Socket();
    void set_Socket(TElSocket &Value);
    void set_Socket(TElSocket *Value);

[PHP]
    TElSocket get_Socket()
    void set_Socket(TElSocket $Value)

[Java]
    TElSocket getSocket();
    void setSocket(TElSocket Value);

Description

    This property references the socket object, which serves the TCP connection between the data host and the component. Use the socket to terminate the connection or to retrieve various connection-related information.

Discuss this help topic in SecureBlackbox Forum