对 .NET UDP 组件的建议
我正在寻找支持异步调用的 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 `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.
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.