ClassProfferFormatAttribute
Class
Attribute allowing developer to specify that a class supports the specified Import/Export Format.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class ProfferFormatAttribute : Attribute
Inheritance: objectAttributeProfferFormatAttribute
Inherited Members
Constructors
ProfferFormatAttribute(string, string)
Attribute allowing developer to specify that a class supports the specified Import/Export Format
ProfferFormatAttribute(string, string, string)
Attribute allowing developer to specify that a class supports the specified Import/Export Format
Declaration
cs-api-definition
public ProfferFormatAttribute(string sFormatName, string sDescription, string sExtensions)
Parameters
sFormatName
Shortname of the Format (e.g. WebText XML)
sDescription
Description of the format
sExtensions
Semi-colon delimited file extensions (e.g. ".har;.harx")
Properties
FormatDescription
Returns the Description of this format
FormatName
Returns the Shortname for this format