Loading

随笔分类 -  面向 CS

摘要:public struct Struct_INTERNET_PROXY_INFO { public int dwAccessType; public IntPtr proxy; public IntPtr proxyBypass; }; [DllImport("wininet.dll", SetLastError = true)] private static extern bool InternetSetOption(IntPtr hInternet, in... 阅读全文
posted @ 2013-07-25 14:31 马老虎 阅读(321) 评论(0) 推荐(0)