Click or drag to resize
ISessionExporter Interface
ISessionExport allows saving of Session data

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

The ISessionExporter 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 methodExportSessions
Export Sessions to a data store
Top
See Also