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.String
sExportFormat
Shortname of the format |
Session[]
oSessions
Array of Sessions being exported |
System.Collections.Generic.Dictionary<System.String, System.Object>
dictOptions
Dictionary of options that the Exporter class may use |
System.EventHandler<ProgressCallbackEventArgs>
evtProgressNotifications
Callback event on which progress is reported or the host may cancel |
Returns
System.Boolean
TRUE if the export was successful |