摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.IO;namespace ConsoleAppHttpListener{ /// <summary> /// 监听HTTP 请求 By Rhythmk /// </summary> class Program { static void Main(string[] args) ... 阅读全文
posted @ 2011-12-12 12:30 Rhythmk 阅读(6368) 评论(1) 推荐(0)
Rhythmk 个人笔记