Class UploadFiles
That is the model of files chunk when file are uploaded to the Secure Exchanges server
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class UploadFiles
Constructors
UploadFiles()
Declaration
Properties
BytesLenght
The file length (the size of the file). If you need the beauty filesize, you can use the GetTextSize
Declaration
public long BytesLenght { get; }
Property Value
See Also
CryptedHandShakeID
That is the cryptedHandShakeID that was use to upload the file
Declaration
public string CryptedHandShakeID { get; }
Property Value
FileIdentifier
Declaration
public Guid FileIdentifier { get; set; }
Property Value
Hash
Declaration
public string Hash { get; }
Property Value
OrderPart
That is the order of the chunk part.
Declaration
public long OrderPart { get; }
Property Value
RealFileName
Real file name of the file
Declaration
public string RealFileName { get; }
Property Value
SHA512
Declaration
public string SHA512 { get; set; }
Property Value
TotalPart
The total number of chunk part that file
Declaration
public long TotalPart { get; }
Property Value
UniqueName
Get the unique name of the file chunk. Generated by the system
Declaration
public string UniqueName { get; }
Property Value
Extension Methods