Class TranscoderTuple
This tuple maps a display descriptive string to a Import/Export type. (The parent dictionary contains the shortname string)
Inheritance
System.Object
TranscoderTuple
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class TranscoderTuple : Object
Fields
sFormatDescription
Textual description of the Format
Declaration
public string sFormatDescription
Field Value
System.
|
typeFormatter
Class implementing the format
Declaration
public Type typeFormatter
Field Value
System.
|
Properties
sFormatName
Gets the short name of the Format
Declaration
public string sFormatName { get; }
Property Value
System.
|