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

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

Syntax

C#
[ObsoleteAttribute("Use OnUploaded(string, string, long, WriteMode, Exception)")]
protected virtual void OnUploaded(
	string localPath,
	string remoteFile,
	long bytesTransferred,
	bool append,
	bool resume,
	Exception ex
)
Visual Basic
<ObsoleteAttribute("Use OnUploaded(string, string, long, WriteMode, Exception)")> _
Protected Overridable Sub OnUploaded ( _
	localPath As String, _
	remoteFile As String, _
	bytesTransferred As Long, _
	append As Boolean, _
	resume As Boolean, _
	ex As Exception _
)
Visual C++
[ObsoleteAttribute(L"Use OnUploaded(string, string, long, WriteMode, Exception)")]
protected:
virtual void OnUploaded(
	String^ localPath, 
	String^ remoteFile, 
	long long bytesTransferred, 
	bool append, 
	bool resume, 
	Exception^ ex
)

Parameters

localPath
Type: System..::..String
remoteFile
Type: System..::..String
bytesTransferred
Type: System..::..Int64
append
Type: System..::..Boolean
resume
Type: System..::..Boolean
ex
Type: System..::..Exception

See Also