void FiddlerApplication_BeforeRequest(Session oSession) { if (oSession.LocalProcess.ToLower().Contains("skypebot2")) { oSession.Ignore(); } }