Click or drag to resize
FiddlerTranscodersGetExporter Method
Returns a TranscoderTuple willing to handle the specified format

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public TranscoderTuple GetExporter(
	string sExportFormat
)

Parameters

sExportFormat
Type: SystemString
The Format

Return Value

Type: TranscoderTuple
TranscoderTuple, or null
See Also