Class
TranscoderTuple

This tuple maps a display descriptive string to a Import/Export type. (The parent dictionary contains the shortname string)

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class TranscoderTuple

Inheritance: objectTranscoderTuple

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Fields

sFormatDescription

Textual description of the Format

Declaration

cs-api-definition
public string sFormatDescription

Field Value

string

typeFormatter

Class implementing the format

Declaration

cs-api-definition
public Type typeFormatter

Field Value

Type

Properties

sFormatName

Gets the short name of the Format

Declaration

cs-api-definition
public string sFormatName { get; }

Property Value

string