edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Creates a new ExFTPConnection that is a copy of the current instance.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual Object Clone()
Visual Basic
Public Overridable Function Clone As Object
Visual C++
public:
virtual Object^ Clone()

Return Value

A new ExFTPConnection whose properties match those of the current instance.

Implements

ICloneable..::..Clone()()()()

See Also