I am developing a .Net application using FiddlerCore package. I setup a proxy where there are multiple clients(Internet Explorer) running to connect to a same server thru websocket.The proxy program is monitoring all those websocket messages, but is there any way to differetiate the websocket messages belong to which client process? Thank you.