Click or drag to resize
ProfferFormatAttribute Constructor (String, String)
Attribute allowing developer to specify that a class supports the specified Import/Export Format

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public ProfferFormatAttribute(
	string sFormatName,
	string sDescription
)

Parameters

sFormatName
Type: SystemString
Shortname of the Format (e.g. WebText XML)
sDescription
Type: SystemString
Description of the format
See Also