InterfaceISessionImporter
Interface
ISessionImport allows loading of Session data
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public interface ISessionImporter : IDisposable
Inherited Members
Methods
ImportSessions(string, Dictionary<string, object>, EventHandler<ProgressCallbackEventArgs>, bool)
Import Sessions from a data source
Declaration
cs-api-definition
Session[] ImportSessions(string sImportFormat, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications, bool skipNewSessionEvent)
Parameters
sImportFormat
Shortname of the format
dictOptions
Dictionary of options that the Importer class may use
evtProgressNotifications
EventHandler<ProgressCallbackEventArgs>
Callback event on which progress is reported or the host may cancel
skipNewSessionEvent
True to skip raising the newSession event for each imported session
Returns
Session[]
Array of Session objects imported from source