edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionClone Method

Creates a new ExFTPConnection that is a copy of the current instance.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual Object Clone()

Return Value

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

Implements

ICloneableClone

See Also