Click or drag to resize
FiddlerApplicationDoImport Method
Calls a Fiddler Session Importer and returns the list of loaded Sessions.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static Session[] DoImport(
	string sImportFormat,
	bool bAddToSessionList,
	Dictionary<string, Object> dictOptions,
	EventHandler<ProgressCallbackEventArgs> ehPCEA
)

Parameters

sImportFormat
Type: SystemString
String naming the Import format, e.g. HTTPArchive
bAddToSessionList
Type: SystemBoolean
Should sessions be added to WebSessions list? (Not meaningful for FiddlerCore)
dictOptions
Type: System.Collections.GenericDictionaryString, Object
Dictionary of Options to pass to the Transcoder
ehPCEA
Type: SystemEventHandlerProgressCallbackEventArgs
Your callback event handler, or NULL to allow Fiddler to handle

Return Value

Type: Session
Loaded Session[], or null on Failure
See Also