Click or drag to resize
FiddlerApplicationSupports Method
Does this Fiddler instance support the specified feature?

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool Supports(
	string sFeatureName
)

Parameters

sFeatureName
Type: SystemString

Return Value

Type: Boolean
TRUE if the specified feature is supported; false otherwise
See Also