What would be the best way to forward socket messages captured with Fiddler using OnWebSocketMessage to my application? I'm thinking of opening a http listen port in my app and send the captured message using WebClient. Would you recommend a better way?
I'd like to forward socket messages to my app for further analysis.
Thank you.
Using a 3rd-party library is applicable option. Alternatively, you could use the solution suggested here:
https://stackoverflow.com/a/42818802/4936697