FiddlerTranscodersGetExporter Method |
Returns a TranscoderTuple willing to handle the specified format
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public TranscoderTuple GetExporter(
string sExportFormat
)
Public Function GetExporter (
sExportFormat As String
) As TranscoderTuple
public:
TranscoderTuple^ GetExporter(
String^ sExportFormat
)
Parameters
- sExportFormat
- Type: SystemString
The Format
Return Value
Type:
TranscoderTupleTranscoderTuple, or null
See Also