c实现UDP通信

上传:新刚 浏览: 30 推荐: 0 文件:ZIP 大小:355.96KB 上传时间:2019-01-22 03:02:04 版权申诉
c#实现UDP通信 IPAddress localIp = IPAddress.Parse(this.IP1.Text); IPEndPoint localIpEndPoint = new IPEndPoint(localIp, int.Parse(this.Port1.Text)); receiveUpdClient = new UdpClient(localIpEndPoint);
上传资源
用户评论