InterfaceISAZReader2
Interface
Used to implement a class that reads a SAZ file and supports encrypted session archives
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ISAZReader2 : ISAZReader
Inherited Members
Properties
PasswordCallback
Gets a method that will be called if password is needed to access the SAZ file
Declaration
cs-api-definition
GetPasswordDelegate PasswordCallback { get; set; }
Property Value