FTPConnectionOnDownloading(Stream, String, Int64, Int64, DateTime) Method
Called when a file is about to be downloaded.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected bool OnDownloading(
Stream destStream,
string remoteFile,
long bytesDownloaded,
out long remoteFileSize,
out DateTime remoteModTime
)
Protected Function OnDownloading (
destStream As Stream,
remoteFile As String,
bytesDownloaded As Long,
<OutAttribute> ByRef remoteFileSize As Long,
<OutAttribute> ByRef remoteModTime As DateTime
) As Boolean
protected:
bool OnDownloading(
Stream^ destStream,
String^ remoteFile,
long long bytesDownloaded,
[OutAttribute] long long% remoteFileSize,
[OutAttribute] DateTime% remoteModTime
)
member OnDownloading :
destStream : Stream *
remoteFile : string *
bytesDownloaded : int64 *
remoteFileSize : int64 byref *
remoteModTime : DateTime byref -> bool
- destStream Stream
- Stream to which data will be written.
- remoteFile String
- Path of remote file.
- bytesDownloaded Int64
-
- remoteFileSize Int64
-
- remoteModTime DateTime
-
Booleantrue if the operation is to continue.