Interface ISessionImporter
ISessionImport allows loading of Session data
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISessionImporter : IDisposable
Methods
ImportSessions(String, Dictionary<String, Object>, EventHandler<ProgressCallbackEventArgs>)
Import Sessions from a data source
Declaration
Session[] ImportSessions(string sImportFormat, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications)
Parameters
System.String
sImportFormat
Shortname of the format |
System.Collections.Generic.Dictionary<System.String, System.Object>
dictOptions
Dictionary of options that the Importer class may use |
System.EventHandler<ProgressCallbackEventArgs>
evtProgressNotifications
Callback event on which progress is reported or the host may cancel |
Returns
Session[]
Array of Session objects imported from source |