The number of bytes transferred between each notification of the BytesTransferred event.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public long TransferNotifyInterval { get; set; }
Visual Basic
Public Property TransferNotifyInterval As Long
	Get
	Set
Visual C++
public:
virtual property long long TransferNotifyInterval {
	long long get () sealed;
	void set (long long value) sealed;
}

Implements

IFileTransferClient..::..TransferNotifyInterval

Remarks

Reduce this value to receive more frequent notifications of transfer progress.

See Also