FiddlerApplicationFiddlerAttach Event |
Sync this event to be notified when FiddlerCore has attached as the system proxy.")]
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static event SimpleEventHandler FiddlerAttach
Public Shared Event FiddlerAttach As SimpleEventHandler
public:
static event SimpleEventHandler^ FiddlerAttach {
void add (SimpleEventHandler^ value);
void remove (SimpleEventHandler^ value);
}
Value
Type:
FiddlerSimpleEventHandlerSee Also