I searched and see there is a post "Inspect SignalR Message with Fiddler". But I tried everything it mentioned (click stream button, or remove web socket from transport), I am still not able to get any traffic message about signalR in fiddler. I have a wpf application as server, and another wpf application as client. The communication works, client calls server and server calls client, both work well. Is there anything else I could try and is that because my client is wpf application so I cannot see the traffic in fiddler? I want to see the traffic like this in fiddler:
Thanks