Interface
ISessionImporter

ISessionImport allows loading of Session data

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public interface ISessionImporter : IDisposable

Inherited Members IDisposable.Dispose()

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

string

Shortname of the format

dictOptions

Dictionary<string, object>

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

bool

True to skip raising the newSession event for each imported session

Returns

Session[]

Array of Session objects imported from source