Click or drag to resize
FiddlerTranscodersGetImporter 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 GetImporter(
	string sImportFormat
)

Parameters

sImportFormat
Type: SystemString
The Format

Return Value

Type: TranscoderTuple
TranscoderTuple, or null
See Also