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