Class FileTransferEventArgs
- Namespace
- SWConfigDataClientLib.Proxies.Files
- Assembly
- IpPbxCDSClientLib.dll
public class FileTransferEventArgs : EventArgs
- Inheritance
-
FileTransferEventArgs
Properties
BytesTransferred
Bytes transferred up to now
public int BytesTransferred { get; }
Property Value
Cancel
Set to true to cancel operation
public bool Cancel { get; set; }
Property Value
ChunkSize
Returns the current chunk size
public int ChunkSize { get; }
Property Value
Completed
True if Operation completed
public bool Completed { get; }
Property Value
Download
True if the transfer job is a file download.
public bool Download { get; }
Property Value
FileName
public string FileName { get; }
Property Value
ID
JobID
public Guid ID { get; set; }
Property Value
LastChunkTransferTimedOut
public bool LastChunkTransferTimedOut { get; }
Property Value
LastTransferDurationMS
Duration of last chunk operation
public double LastTransferDurationMS { get; }
Property Value
Progress
Progress in percent
public int Progress { get; }
Property Value
SizeInBytes
The complete (uncompressed in case of upload) size
public int SizeInBytes { get; }
Property Value
Upload
True if the transfer job is an upload.
public bool Upload { get; }
Property Value
Methods
GetChunkSize(bool)
public int GetChunkSize(bool autoAdapting)
Parameters
autoAdapting
bool