C# 接收广播消息
我已经尝试了很多,但不知何故,接收远程主机广播的数据报的代码似乎存在一些问题。
那么有人可以向我提供使用 UDP 连接在 C# 中接收广播消息的代码吗?
I have tried a lot, but somehow there seems to be some problem with the code to receive a datagram that is broadcast by a remote host.
So could someone please provide me with the code to receive a broadcast message in C# using a UDP connection?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 http://www.java2s.com/Code/CSharp/Network/ReceiveBroadcast .htm
From http://www.java2s.com/Code/CSharp/Network/ReceiveBroadcast.htm