Connection on which task was executed.

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

Syntax

C#
public ExFTPConnection Connection { get; }
Visual Basic
Public ReadOnly Property Connection As ExFTPConnection
	Get
Visual C++
public:
property ExFTPConnection^ Connection {
	ExFTPConnection^ get ();
}

Remarks

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.

See Also