Interface ISessionImporter
ISessionImport allows loading of Session data
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISessionImporter : IDisposable
Methods
ImportSessions(String, Dictionary<String, Object>, EventHandler<ProgressCallbackEventArgs>, Boolean)
Import Sessions from a data source
Declaration
Session[] ImportSessions(string sImportFormat, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications, 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 |
System. True to skip raising the newSession event for each imported session |
Returns
Session[]
Array of Session objects imported from source |