Interface
IPasswordProtectedSessionImporter

ISessionImport allows loading of password-protected Session data

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public interface IPasswordProtectedSessionImporter : ISessionImporter, IDisposable

Inherited Members ISessionImporter.ImportSessions(string, Dictionary<string, object>, EventHandler<ProgressCallbackEventArgs>, bool)IDisposable.Dispose()

Methods

ImportSessions(string, Dictionary<string, object>, EventHandler<ProgressCallbackEventArgs>, GetPasswordDelegate, bool)

Import Sessions from a password-protected data source

Declaration

cs-api-definition
Session[] ImportSessions(string sImportFormat, Dictionary<string, object> dictOptions, EventHandler<ProgressCallbackEventArgs> evtProgressNotifications, GetPasswordDelegate passwordCallback, 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

passwordCallback

GetPasswordDelegate

Callback that is used to request passwords from the host

skipNewSessionEvent

bool

True to skip raising the newSession event for each imported session

Returns

Session[]

Array of Session objects imported from source