监控 HTTP / SNMP / 电子邮件请求?

发布于 2024-12-09 01:21:09 字数 162 浏览 0 评论 0原文

我需要一个 .NET 应用程序,它将作为服务/后台运行,并在检测到以下任何事件时发出声音:
- 电子邮件已发送
- SNMP 数据包已发送
- 或发出 HTTP Post 请求
任何帮助将不胜感激!

至少在如何监控其中一个方面会很棒!

提前致谢!

I need a .NET application that will run as a service / background and emit out sounds when any of these events is detectced:
- E-mail is sent
- SNMP packet is sent
- or HTTP Post request is made
Any help would be much appreciated!

At least on how to monitor one of them would be great!

Thanks in Advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半寸时光 2024-12-16 01:21:09

您可以扩展Fiddler,以实现您想要的HTTP功能,并且看起来您还可以扩展 Wireshark,这将允许您查看其他协议。

You can extend Fiddler in a way which should do what you want for HTTP, and it also looks like you can extend Wireshark which will allow you to view other protocols.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文