Click or drag to resize

TFtpTransferProgress Constructor

Initializes a new instance of the TFtpTransferProgress class

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public TFtpTransferProgress(
	long transferred,
	long total
)
View Source

Parameters

transferred  Int64
 
total  Int64
 
See Also