我正在调试桌面应用程序中的一些网络问题,该应用程序使用RestSharp向服务发出请求。实际问题是在某些有限的情况下无法对服务进行身份验证,尽管这与我的问题无关。
我一直在使用Fiddler4,但这没有帮助。我想知道Visual Studio 2015中的网络工具是否可以解决这个问题。
https://blogs.msdn.microsoft.com/visualstudio/2015/05/04/introducing-visual-studios-network-tool/
但是,当我启动性能分析器时,网络工具显示为“不适用的工具”列表(顺便说一句,我的菜单结构与上面链接中显示的屏幕截图有些不同。)我想知道我是否专业版没有启用该工具,但对微软网站的研究似乎没有提供任何相关信息。 “网络”一词未出现在此页面上
https://www.visualstudio.com/vs/compare/
有人能告诉我访问网络诊断工具以监控我的应用程序需要做些什么吗?
答案 0 :(得分:0)
At the moment, the tool only works with the WinRT client. Is that what you are using?
Referring to the comment at the link you provided:
Operations made using the old .NET HttpClient API aren’t captured.