InterfaceISAZEditor
Interface
Used to implement a class that modifies a SAZ file
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ISAZEditor : ISAZReader2, ISAZReader, ISAZWriter
Inherited Members
Methods
BeginUpdate()
Begins a batch update operation on the archive. Must be called before adding or modifying files in the archive.
Declaration
cs-api-definition
void BeginUpdate()
CommitUpdate()
Commits all changes made during the update operation. Must be called after all modifications are complete and before CompleteArchive.
Declaration
cs-api-definition
void CommitUpdate()