Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Socket

TElSimpleFTPSClient     See also     


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


Returns the outgoing socket.

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

    Use this property to get a reference to the outgoing socket object.

See also:     SocketSettings    

Discuss this help topic in SecureBlackbox Forum