Class
FiddlerTranscoders

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: IDisposable

Inherited Members object.GetType()object.MemberwiseClone()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Methods

Dispose()

Clear Importer and Exporter collections

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

GetExporter(string)

Returns a TranscoderTuple willing to handle the specified format

Declaration

cs-api-definition
public TranscoderTuple GetExporter(string sExportFormat)

Parameters

sExportFormat

string

The Format

Returns

TranscoderTuple

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

string

The Format

Returns

TranscoderTuple

TranscoderTuple, or null

ImportTranscoders(Assembly)

Add Import/Export encoders to FiddlerApplication.oTranscoders

Declaration

cs-api-definition
public bool ImportTranscoders(Assembly assemblyInput)

Parameters

assemblyInput

Assembly

Assembly to scan for transcoders

Returns

bool

FALSE on obvious errors

ImportTranscoders(string)

Add Import/Export encoders to FiddlerApplication.oTranscoders

Declaration

cs-api-definition
public bool ImportTranscoders(string sAssemblyPath)

Parameters

sAssemblyPath

string

Assembly to import exporters and importers

Returns

bool

FALSE on obvious errors

ToString()

List all of the Transcoder objects that are loaded

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()