Click or drag to resize

clsOfflineDownloadPack Class

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsOfflineDownloadPack

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 6.1.0.265
Syntax
[SerializableAttribute]
public class clsOfflineDownloadPack

The clsOfflineDownloadPack type exposes the following members.

Constructors
  NameDescription
Public methodclsOfflineDownloadPack
Initializes a new instance of the clsOfflineDownloadPack class
Top
Properties
  NameDescription
Public propertyDownloadIdentifier
GUID for the download pack
Public propertyDownloadMode
-1 = Error (s. HashValue for error description) 0 = Raw binary 1 = GZIP compressed
Public propertyErrorCode
0=No Error. Error Text in HashValue
Public propertyFileName
Show the name, the server will provide for download. Only for logging, becuase file is send as ByteArray
Public propertyFileSize
Size of ByteArray
Public propertyHashValue
Gets the MD5 hash of the data byte array.
Top
See Also