Interface ISAZWriter
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISAZWriter
Properties
Comment
Declaration
string Comment { set; }
Property Value
System.String
|
EncryptionMethod
Declaration
string EncryptionMethod { get; }
Property Value
System.String
|
EncryptionStrength
Declaration
string EncryptionStrength { get; }
Property Value
System.String
|
Filename
Declaration
string Filename { get; }
Property Value
System.String
|
Methods
AddFile(String, SAZWriterDelegate)
Declaration
void AddFile(string sFilename, SAZWriterDelegate oSWD)
Parameters
System.String
sFilename
|
SAZWriterDelegate
oSWD
|
CompleteArchive()
Declaration
bool CompleteArchive()
Returns
System.Boolean
|
SetPassword(String)
Declaration
bool SetPassword(string sPassword)
Parameters
System.String
sPassword
|
Returns
System.Boolean
|