Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.DataSocket

TElSimpleFTPSClient     See also     


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


Specifies the data socket.

Declaration

[C#]
    TElSocket DataSocket;

[VB.NET]
    Property DataSocket As TElSocket

[Pascal]
    property DataSocket : TElSocket;

[C++]
    TElSocket* get_DataSocket();

[PHP]
    TElSocket get_DataSocket()

[Java]
    TElSocket getDataSocket();

Description

    This property returns a reference to the data socket object.

See also:     DataSocketBinding    

Discuss this help topic in SecureBlackbox Forum