InterfaceISAZWriter
Interface
Used to implement a class tha creates a SAZ file
Definition
Properties
Comment
Sets the session archive metadata (version)
EncryptionMethod
Gets the encryption algorithm used - e.g. PKZip, AES
EncryptionStrength
Gets the encryption algorithm key size - e.g. 128, 256
Methods
AddFile(string, SAZWriterDelegate)
Adds a file in the session archive
Declaration
cs-api-definition
void AddFile(string sFilename, SAZWriterDelegate oSWD)
Parameters
sFilename
The name of the file with full path
oSWD
The method which will be called when to get the file data
CompleteArchive()
Called to flush all data in the session archive and finish writing to the file
SetPassword(string)
Sets a password to be used to encrypt all data files in the session archive