ProfferFormatAttribute Constructor (String, String) |
Attribute allowing developer to specify that a class supports the specified Import/Export Format
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public ProfferFormatAttribute(
string sFormatName,
string sDescription
)
Public Sub New (
sFormatName As String,
sDescription As String
)
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