Click or drag to resize
ISessionImporter Interface
ISessionImport allows loading of Session data

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public interface ISessionImporter : IDisposable

The ISessionImporter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodImportSessions
Import Sessions from a data source
Top
See Also