Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在两个应用程序之间的通信存在问题。根据软件提供商的说法,这种通信是一种 .NET Remoting。我们只是想验证哪个程序首先关闭了通信,希望它可以为进一步的调试提供帮助。有什么工具可以方便观察.NET Remoting 通信吗?
第一:最终用户没有责任弄清楚这一点:您的软件供应商应该共同努力,找出这两个应用程序无法正常通信的原因。
我的回答:您可以使用 Ethereal 或 Wireshark 来监控网络连接并找出哪个应用程序首先关闭了网络连接。