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

FTPTaskConnection Property

Connection on which task was executed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public ExFTPConnection Connection { get; }

Property Value

ExFTPConnection

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