摘要: View Code 1 using System; 2 using System.Net; 3 using System.Net.Sockets; 4 using System.ServiceProcess; 5 using System.Threading; 6 7 namespace TestUdpServer 8 { 9 // this class encapsulates a single packet that 10 // is either sent or received by a UDP socket 11 public clas... 阅读全文
posted @ 2012-04-09 09:23 garyChong 阅读(639) 评论(0) 推荐(1) 编辑