ISessionExporterExportSessions Method |
Export Sessions to a data store
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax bool ExportSessions(
string sExportFormat,
Session[] oSessions,
Dictionary<string, Object> dictOptions,
EventHandler<ProgressCallbackEventArgs> evtProgressNotifications
)
Function ExportSessions (
sExportFormat As String,
oSessions As Session(),
dictOptions As Dictionary(Of String, Object),
evtProgressNotifications As EventHandler(Of ProgressCallbackEventArgs)
) As Boolean
bool ExportSessions(
String^ sExportFormat,
array<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:
BooleanTRUE if the export was successful
See Also