摘要: using System;using System.Collections;using System.Collections.Generic;using System.Net;using System.Threading;using System.Net.Sockets;using System.Net.NetworkInformation;public class ThreadDemo{ public static void Main() { List tls = new List(); System.Net.ServicePointManager.D... 阅读全文
posted @ 2013-07-09 18:14 HTL 阅读(2860) 评论(0) 推荐(1) 编辑
htl