Class FiddlerTranscoders
Fiddler Transcoders allow import and export of Sessions from Fiddler
Inheritance
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class FiddlerTranscoders : Object, IDisposable
Methods
Dispose()
Clear Importer and Exporter collections
Declaration
public void Dispose()
GetExporter(String)
Returns a TranscoderTuple willing to handle the specified format
Declaration
public TranscoderTuple GetExporter(string sExportFormat)
Parameters
System. The Format |
Returns
Transcoder TranscoderTuple, or null |
GetImporter(String)
Returns a TranscoderTuple willing to handle the specified format
Declaration
public TranscoderTuple GetImporter(string sImportFormat)
Parameters
System. The Format |
Returns
Transcoder TranscoderTuple, or null |
ImportTranscoders(Assembly)
Add Import/Export encoders to FiddlerApplication.oTranscoders
Declaration
public bool ImportTranscoders(Assembly assemblyInput)
Parameters
System. Assembly to scan for transcoders |
Returns
System. FALSE on obvious errors |
ImportTranscoders(String)
Add Import/Export encoders to FiddlerApplication.oTranscoders
Declaration
public bool ImportTranscoders(string sAssemblyPath)
Parameters
System. Assembly to import exporters and importers |
Returns
System. FALSE on obvious errors |
ToString()
List all of the Transcoder objects that are loaded
Declaration
public override string ToString()
Returns
System.
|