FTPTaskConnection Property
Connection on which task was executed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public ExFTPConnection Connection { get; }
Public ReadOnly Property Connection As ExFTPConnection
Get
public:
property ExFTPConnection^ Connection {
ExFTPConnection^ get ();
}
member Connection : ExFTPConnection with get
Property Value
ExFTPConnection
This property is null until the task has been completed. It may be used
in the callback. The connection may be a pool connection or the main connection.