According to this Blog post there's something called Visual Studio Network Tool in performance & diagnostics, but I can't find it. If I start a new performance profiling session, I have all sorts of tools (CPU, Memory) but no Network. Tried in both Visual Studio 2015 and 2017.
To access the Network tool, open the Diagnostics Tools window in Visual Studio 2015 and on the Debug menu, select Start Diagnostic Tools without Debugging (or just press Alt+F2).
On the diagnostics page, select the Analysis Target (your startup project is preselected as the analysis target but you can choose to target an installed or running app instead), then select Network and press Start. Alternatively, since the tool is part of the Performance and Diagnostics hub, you can also select additional tools in order to run a combined session.
You can find more information here https://blogs.msdn.microsoft.com/visualstudio/2015/05/04/introducing-visual-studios-network-tool/
Network profiling is not available in VS 2022. Debug > Performance Profiler or Alt + F2 will give some options like .Net Async, Memory Usage ..
Installing Fiddler will be an option. (Although not what OP asked)
You can try using any HTTPs Debugging Proxy like WireShark, CharlesProxy or Requestly.
This might help - https://requestly.io/blog/comparing-charles-proxy-fiddler-wireshark
© 2022 - 2024 — McMap. All rights reserved.