ClassFiddlerTranscoders
Class
Fiddler Transcoders allow import and export of Sessions from Fiddler
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class FiddlerTranscoders : IDisposable
Inheritance: objectFiddlerTranscoders
Implements:
Inherited Members
Methods
Dispose()
Clear Importer and Exporter collections
Declaration
cs-api-definition
public void Dispose()
Implements
GetExporter(string)
Returns a TranscoderTuple willing to handle the specified format
Declaration
cs-api-definition
public TranscoderTuple GetExporter(string sExportFormat)
Parameters
sExportFormat
The Format
Returns
TranscoderTuple, or null
GetImporter(string)
Returns a TranscoderTuple willing to handle the specified format
Declaration
cs-api-definition
public TranscoderTuple GetImporter(string sImportFormat)
Parameters
sImportFormat
The Format
Returns
TranscoderTuple, or null
ImportTranscoders(Assembly)
Add Import/Export encoders to FiddlerApplication.oTranscoders
ImportTranscoders(string)
Add Import/Export encoders to FiddlerApplication.oTranscoders
ToString()
List all of the Transcoder objects that are loaded