Click or drag to resize
ISessionImporterImportSessions Method
Import Sessions from a data source

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

Parameters

sImportFormat
Type: SystemString
Shortname of the format
dictOptions
Type: System.Collections.GenericDictionaryString, Object
Dictionary of options that the Importer class may use
evtProgressNotifications
Type: SystemEventHandlerProgressCallbackEventArgs
Callback event on which progress is reported or the host may cancel

Return Value

Type: Session
Array of Session objects imported from source
See Also