Returns true if Fiddler believes it is currently registered as the Local System proxy
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool IsAttached { get; set; }
Public Property IsAttached As Boolean
Get
Set
public:
property bool IsAttached {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also