Class FiddlerTranscoders
Fiddler Transcoders allow import and export of Sessions from Fiddler
Inheritance
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class FiddlerTranscoders : 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.String
sExportFormat
The Format |
Returns
TranscoderTuple
TranscoderTuple, or null |
GetImporter(String)
Returns a TranscoderTuple willing to handle the specified format
Declaration
public TranscoderTuple GetImporter(string sImportFormat)
Parameters
System.String
sImportFormat
The Format |
Returns
TranscoderTuple
TranscoderTuple, or null |
ImportTranscoders(Assembly)
Add Import/Export encoders to FiddlerApplication.oTranscoders
Declaration
public bool ImportTranscoders(Assembly assemblyInput)
Parameters
System.Reflection.Assembly
assemblyInput
Assembly to scan for transcoders |
Returns
System.Boolean
FALSE on obvious errors |
ImportTranscoders(String)
Add Import/Export encoders to FiddlerApplication.oTranscoders
Declaration
public bool ImportTranscoders(string sAssemblyPath)
Parameters
System.String
sAssemblyPath
Assembly to import exporters and importers |
Returns
System.Boolean
FALSE on obvious errors |
ToString()
List all of the Transcoder objects that are loaded
Declaration
public override string ToString()
Returns
System.String
|