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