I'm using fiddlercore to do some website traffic tests. Basically, the tests go to a website and verify some http requests were made. I have a number of different tests that do this across many different websites. I'm using a test framework that supports parallelism (Nunit 3.0), so I want to be able to run my tests in parallel, but still keep the traffic from each thread separate. I'm not sure how to do this with fiddlercore, as I can't just give it a process to watch because all of the threads are from the same process.