Click or drag to resize
ISessionExporterExportSessions Method
Export Sessions to a data store

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
bool ExportSessions(
	string sExportFormat,
	Session[] oSessions,
	Dictionary<string, Object> dictOptions,
	EventHandler<ProgressCallbackEventArgs> evtProgressNotifications
)

Parameters

sExportFormat
Type: SystemString
Shortname of the format
oSessions
Type: FiddlerSession
Array of Sessions being exported
dictOptions
Type: System.Collections.GenericDictionaryString, Object
Dictionary of options that the Exporter class may use
evtProgressNotifications
Type: SystemEventHandlerProgressCallbackEventArgs
Callback event on which progress is reported or the host may cancel

Return Value

Type: Boolean
TRUE if the export was successful
See Also