摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace LocalApp.ConsoleApp.Core{ public class Net { [DllImport("wininet")] private extern static bool InternetGetConnectedState(out int connectionDescription, int reser 阅读全文
posted @ 2013-07-02 10:20 双魂人生 阅读(1791) 评论(0) 推荐(0) 编辑