Interface IPasswordProtectedSessionImporter
ISessionImport allows loading of password-protected Session data
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface IPasswordProtectedSessionImporter : ISessionImporter, IDisposable
Methods
ImportSessions(String, Dictionary<String, Object>, EventHandler<ProgressCallbackEventArgs>, GetPasswordDelegate, Boolean)
Import Sessions from a password-protected data source
Declaration
Session[] ImportSessions(string sImportFormat, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications, GetPasswordDelegate passwordCallback, bool skipNewSessionEvent)
Parameters
System. Shortname of the format |
System. Dictionary of options that the Importer class may use |
System. Callback event on which progress is reported or the host may cancel |
Get Callback that is used to request passwords from the host |
System. True to skip raising the newSession event for each imported session |
Returns
Session[]
Array of Session objects imported from source |