对 .NET UDP 组件的建议

发布于 2024-09-10 11:41:16 字数 140 浏览 2 评论 0原文

我正在寻找支持异步调用的 .NET UDP 组件/库的推荐。它可以适用于 .NET 2.0 或更高版本,我们首选它支持 4.0。它不一定是免费的,但当然,免费也很好。 :-)

我知道我们可以自己编写,但时间有限且预算允许我们购买一个。但问题是哪一个?

I'm looking for recommedations for a .NET UDP component/library that supports async calls. It can be for .NET 2.0 or later, with our preference being that it supports 4.0. It doesn't have to be free, but of course, free is good too. :-)

I know that we could write our own, but time is limited and the budget allows for us to purchase one. But the question is which one?

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

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

发布评论

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

评论(2

玻璃人 2024-09-17 11:41:16

请参阅 `System.Net.Sockets.UdpClient

我的总体建议是,在寻找外部库之前,您始终首先查看 .NET Framework。

See `System.Net.Sockets.UdpClient.

My overall suggestion is that you always start by looking in the .NET Framework before looking for outside libraries.

醉生梦死 2024-09-17 11:41:16

http://msdn.microsoft.com/en-us/magazine/cc163648。 aspx 搜索 ProtocolType.Udp

我以前没有使用过它,但这可能就是您正在寻找的 Socket 类,以及 套接字成员

http://msdn.microsoft.com/en-us/magazine/cc163648.aspx search ProtocolType.Udp

I havent used it before but this may be what your looking for Socket Class, and Socket Members.

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