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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class TranscoderTuple
Fields
sFormatDescription
Textual description of the Format
Declaration
public string sFormatDescription
Field Value
System.String
|
typeFormatter
Class implementing the format
Declaration
public Type typeFormatter
Field Value
System.Type
|
Properties
sFormatName
Declaration
public string sFormatName { get; }
Property Value
System.String
|