摘要: using System;using System.Collections.Generic;using System.Text;using System.Net.Sockets;using System.Net;using System.Threading;using System.Runtime.InteropServices;namespace ConsoleApplication2{ class Program { static Socket m_sListen; static void Main(string[] args) { ... 阅读全文
posted @ 2011-08-31 15:56 一浩瀚星空一 阅读(2903) 评论(0) 推荐(0) 编辑