Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedReply.AssignTo

TElSftpExtendedReply     See also     


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


Assigns the reply data to another reply.

Declaration

[C#]
    void AssignTo(TElSftpExtendedReply Dest);

[VB.NET]
    Sub AssignTo(ByVal Dest As TElSftpExtendedReply)

[Pascal]
    procedure AssignTo(Dest : TPersistent); virtual;

[C++]
    void AssignTo(TPersistent &Dest);
    void AssignTo(TPersistent *Dest);

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TElSftpExtendedReply Dest);

Parameters

  • Dest - instance of the class where the data should be copied to

Description

        Use this method to copy the data of the extended SFTP server reply from the current instance of TElSftpExtendedReply into another one.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum