标签: c# windows ip uwp broadcast
我目前正在将一个.Net项目移植到UWP,我无法访问大多数System.Net命名空间,因此我无法使用IPAddress类来获取我需要的Broadcast属性
socket?.Send(discoveringMessage, discoveringMessage.Length, new IPEndPoint(IPAddress.Broadcast, port));
此问题是否有替代品或解决方法?
非常感谢