c#设置取消ie代理服务器
摘要:
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, int dwOpt... 阅读全文
posted @ 2012-05-11 15:59 HOT SUMMER 阅读(1328) 评论(0) 推荐(0)