Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServerSessionThread.Socket

TElSimpleFTPSServerSessionThread     


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();

[PHP]
    TElSocket get_Socket()

[Java]
    TElSocket getSocket();

Description

    This property contains a reference to the TElSocket object that handles client connections.

Discuss this help topic in SecureBlackbox Forum