Class RequiredVersionAttribute
Attribute used to specify the minimum version of Fiddler compatible with this extension assembly.
Inheritance
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class RequiredVersionAttribute : Attribute
Constructors
RequiredVersionAttribute(String)
Attribute used to specify the minimum version of Fiddler compatible with this extension assembly.
Declaration
public RequiredVersionAttribute(string sVersion)
Parameters
System.String
sVersion
The minimal version string (e.g. "2.2.8.8") |
Properties
RequiredVersion
Getter for the required version string
Declaration
public string RequiredVersion { get; }
Property Value
System.String
|