FiddlerApplicationSupports Method |
Does this Fiddler instance support the specified feature?
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool Supports(
string sFeatureName
)
Public Shared Function Supports (
sFeatureName As String
) As Boolean
public:
static bool Supports(
String^ sFeatureName
)
Parameters
- sFeatureName
- Type: SystemString
Return Value
Type:
BooleanTRUE if the specified feature is supported; false otherwise
See Also