Interface ISessionExporter
ISessionExport allows saving of Session data
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISessionExporter : IDisposable
Methods
ExportSessions(String, Session[], Dictionary<String, Object>, EventHandler<ProgressCallbackEventArgs>)
Export Sessions to a data store
Declaration
bool ExportSessions(string sExportFormat, Session[] oSessions, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications)
Parameters
System. Shortname of the format |
Session[]
oSessions
Array of Sessions being exported |
System. Dictionary of options that the Exporter class may use |
System. Callback event on which progress is reported or the host may cancel |
Returns
System. TRUE if the export was successful |