InterfaceIPasswordProtectedSessionImporter
Interface
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
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
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
passwordCallback
Callback that is used to request passwords from the host
skipNewSessionEvent
True to skip raising the newSession event for each imported session
Returns
Session[]
Array of Session objects imported from source