visual-studio - VS2019 社区中的网络分析

标签 visual-studio visual-studio-2019

是否删除了网络分析器?

在以前的版本中,您可以选择网络分析器,但在 2019 年我找不到它。我希望能够查看我的代码发出的网络请求:

最佳答案

我相信该功能已被删除,因为我在 VS 2019 中也找不到它了。

另外,从this article来看:

With Visual Studio’s new Network tool, developers can now easily record information about all HTTP network operations made through the WinRT HttpClient API including HTTP request and response headers, request and response payloads, cookies and detailed timing information amongst other things. Operations made using the old .NET HttpClient API aren’t captured.

无论如何,这对很多人来说可能是一个交易破坏者。

考虑到这一点,您可以使用第三方工具,例如 Wireshark ,恕我直言,这是比 Fiddler 更专业的工具,因为它不需要充当代理来捕获网络流量(就像 Fiddler 那样),而是 captures packets directly from a network adapter本身。

它不仅可以捕获 HTTP 流量,还可以做很多事情,许多安全专家将它用于网络数据包分析。

关于visual-studio - VS2019 社区中的网络分析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61993700/

相关文章:

visual-studio - 如何在Visual Studio 2015项目中使用Qt?

git - 撤消 GIT Stage 并恢复本地更改

git - VS2019 : Error encountered while pushing to the remote repository: Git failed with a fatal error. 无法访问

c# - Xamarin 崩溃 : System. MissingMethodException : Method not found: void . ResourceLoadingQuery.set_Instance(object)

c# - 如何为整个项目启用 C# 8.0 的 Nullable Reference Types 功能

c# - 切换分支后重新加载所有项目不会重新加载项目

visual-studio - 调试 Visual Studio 设计器错误的好方法

visual-studio - 带有 Visual Studio 2017 RC 的 HoloLens 模拟器

css - 从外部站点导入 SASS 文件时的变量问题

visual-studio - 如何在 Visual Studio 2019 上禁用 git 源代码控制?