2013年4月16日

Quick Http Request with Socket and C#

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 using System.IO; 7 using System.Diagnostics; 8 using System.Net; 9 using System.Net.Sockets;10 11 namespace ConsoleApplication112 {13 class Program14 {15 ... 阅读全文

posted @ 2013-04-16 11:17 hhenliang 阅读(364) 评论(0) 推荐(0) 编辑

导航