Interface
ISessionExporter

ISessionExport allows saving of Session data

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public interface ISessionExporter : IDisposable

Inherited Members IDisposable.Dispose()

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

string

Shortname of the format

oSessions

Session[]

Array of Sessions being exported

dictOptions

Dictionary<string, object>

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

bool

TRUE if the export was successful