2005年9月2日
摘要: // This constructor arbitrarily assigns the local port number.UdpClient udpClient = new UdpClient(); try{ udpClient.Connect("www.ad1998.com", 11000); // Sends a message to the host... 阅读全文
posted @ 2005-09-02 22:53 唐朝 阅读(1454) 评论(0) 推荐(0) 编辑